Class: Peddler::APIs::NotificationsV1::EventBridgeResourceSpecification

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/notifications_v1.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#account_idString (readonly)

Returns the value of attribute account_id.

Returns:

  • (String)


243
244
245
# File 'sig/peddler/apis/notifications_v1.rbs', line 243

def 
  @account_id
end

#regionString (readonly)

Returns the value of attribute region.

Returns:

  • (String)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::NotificationsV1::EventBridgeResourceSpecification

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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 }

Returns:

  • ({ account_id: String, region: String })


247
# File 'sig/peddler/apis/notifications_v1.rbs', line 247

def to_h: () -> { account_id: String, region: String }