Class: Peddler::APIs::NotificationsV1::SqsResource

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

#arnString (readonly)

Returns the value of attribute arn.

Returns:

  • (String)


438
439
440
# File 'sig/peddler/apis/notifications_v1.rbs', line 438

def arn
  @arn
end

Class Method Details

.[](arn:) ⇒ Peddler::APIs::NotificationsV1::SqsResource .[](arg0) ⇒ Peddler::APIs::NotificationsV1::SqsResource

Overloads:



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

def self.[]: (arn: String) -> Peddler::APIs::NotificationsV1::SqsResource
| (String) -> Peddler::APIs::NotificationsV1::SqsResource

.members[ :arn ]

Returns:

  • ([ :arn ])


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

def self.members: () -> [ :arn ]

.new(arn:) ⇒ Peddler::APIs::NotificationsV1::SqsResource .new(arg0) ⇒ Peddler::APIs::NotificationsV1::SqsResource

Overloads:



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

def self.new: (arn: String) -> Peddler::APIs::NotificationsV1::SqsResource
| (String) -> Peddler::APIs::NotificationsV1::SqsResource

.parsePeddler::APIs::NotificationsV1::SqsResource

Parameters:

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

Returns:



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

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::NotificationsV1::SqsResource

Instance Method Details

#members[ :arn ]

Returns:

  • ([ :arn ])


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

def members: () -> [ :arn ]

#to_h{ arn: String }

Returns:

  • ({ arn: String })


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

def to_h: () -> { arn: String }