Class: Peddler::APIs::NotificationsV1::EventBridgeResource
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::NotificationsV1::EventBridgeResource
- Defined in:
- sig/peddler/apis/notifications_v1.rbs
Instance Attribute Summary collapse
-
#account_id ⇒ String
readonly
Returns the value of attribute account_id.
-
#name ⇒ String
readonly
Returns the value of attribute name.
-
#region ⇒ String
readonly
Returns the value of attribute region.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :account_id, :name, :region ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::NotificationsV1::EventBridgeResource
Instance Method Summary collapse
-
#members ⇒ [ :account_id, :name, :region ]
-
#to_h ⇒ { account_id: String, name: String, region: String }
Instance Attribute Details
#account_id ⇒ String (readonly)
Returns the value of attribute account_id.
225 226 227 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 225 def account_id @account_id end |
#name ⇒ String (readonly)
Returns the value of attribute name.
226 227 228 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 226 def name @name end |
#region ⇒ String (readonly)
Returns the value of attribute region.
227 228 229 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 227 def region @region end |
Class Method Details
.[](account_id:, name:, region:) ⇒ Peddler::APIs::NotificationsV1::EventBridgeResource .[](arg0, arg1, arg2) ⇒ Peddler::APIs::NotificationsV1::EventBridgeResource
218 219 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 218
def self.[]: (account_id: String, name: String, region: String) -> Peddler::APIs::NotificationsV1::EventBridgeResource
| (String, String, String) -> Peddler::APIs::NotificationsV1::EventBridgeResource
|
.members ⇒ [ :account_id, :name, :region ]
221 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 221
def self.members: () -> [ :account_id, :name, :region ]
|
.new(account_id:, name:, region:) ⇒ Peddler::APIs::NotificationsV1::EventBridgeResource .new(arg0, arg1, arg2) ⇒ Peddler::APIs::NotificationsV1::EventBridgeResource
216 217 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 216
def self.new: (account_id: String, name: String, region: String) -> Peddler::APIs::NotificationsV1::EventBridgeResource
| (String, String, String) -> Peddler::APIs::NotificationsV1::EventBridgeResource
|
.parse ⇒ Peddler::APIs::NotificationsV1::EventBridgeResource
223 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 223
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::NotificationsV1::EventBridgeResource
|
Instance Method Details
#members ⇒ [ :account_id, :name, :region ]
229 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 229
def members: () -> [ :account_id, :name, :region ]
|
#to_h ⇒ { account_id: String, name: String, region: String }
230 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 230
def to_h: () -> { account_id: String, name: String, region: String }
|