Class: Peddler::APIs::NotificationsV1::EventBridgeResourceSpecification
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::NotificationsV1::EventBridgeResourceSpecification
- Defined in:
- sig/peddler/apis/notifications_v1.rbs
Instance Attribute Summary collapse
-
#account_id ⇒ String
readonly
Returns the value of attribute account_id.
-
#region ⇒ String
readonly
Returns the value of attribute region.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :account_id, :region ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::NotificationsV1::EventBridgeResourceSpecification
Instance Method Summary collapse
Instance Attribute Details
#account_id ⇒ String (readonly)
Returns the value of attribute account_id.
243 244 245 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 243 def account_id @account_id end |
#region ⇒ String (readonly)
Returns the value of attribute region.
244 245 246 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 244 def region @region end |
Class Method Details
.[](account_id:, region:) ⇒ Peddler::APIs::NotificationsV1::EventBridgeResourceSpecification .[](arg0, arg1) ⇒ Peddler::APIs::NotificationsV1::EventBridgeResourceSpecification
236 237 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 236
def self.[]: (account_id: String, region: String) -> Peddler::APIs::NotificationsV1::EventBridgeResourceSpecification
| (String, String) -> Peddler::APIs::NotificationsV1::EventBridgeResourceSpecification
|
.members ⇒ [ :account_id, :region ]
239 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 239
def self.members: () -> [ :account_id, :region ]
|
.new(account_id:, region:) ⇒ Peddler::APIs::NotificationsV1::EventBridgeResourceSpecification .new(arg0, arg1) ⇒ Peddler::APIs::NotificationsV1::EventBridgeResourceSpecification
234 235 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 234
def self.new: (account_id: String, region: String) -> Peddler::APIs::NotificationsV1::EventBridgeResourceSpecification
| (String, String) -> Peddler::APIs::NotificationsV1::EventBridgeResourceSpecification
|
.parse ⇒ Peddler::APIs::NotificationsV1::EventBridgeResourceSpecification
241 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 241
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::NotificationsV1::EventBridgeResourceSpecification
|
Instance Method Details
#members ⇒ [ :account_id, :region ]
246 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 246
def members: () -> [ :account_id, :region ]
|
#to_h ⇒ { account_id: String, region: String }
247 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 247
def to_h: () -> { account_id: String, region: String }
|