Class: Peddler::APIs::NotificationsV1::EventBridgeResource

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)


225
226
227
# File 'sig/peddler/apis/notifications_v1.rbs', line 225

def 
  @account_id
end

#nameString (readonly)

Returns the value of attribute name.

Returns:

  • (String)


226
227
228
# File 'sig/peddler/apis/notifications_v1.rbs', line 226

def name
  @name
end

#regionString (readonly)

Returns the value of attribute region.

Returns:

  • (String)


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

Overloads:



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 ]

Returns:

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

Overloads:



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

.parsePeddler::APIs::NotificationsV1::EventBridgeResource

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:

  • ({ 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 }