Class: Peddler::APIs::NotificationsV1::SqsResource
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::NotificationsV1::SqsResource
- Defined in:
- sig/peddler/apis/notifications_v1.rbs
Instance Attribute Summary collapse
-
#arn ⇒ String
readonly
Returns the value of attribute arn.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#arn ⇒ String (readonly)
Returns the value of attribute arn.
403 404 405 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 403 def arn @arn end |
Class Method Details
.[](arn:) ⇒ Peddler::APIs::NotificationsV1::SqsResource .[](arg0) ⇒ Peddler::APIs::NotificationsV1::SqsResource
396 397 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 396
def self.[]: (arn: String) -> Peddler::APIs::NotificationsV1::SqsResource
| (String) -> Peddler::APIs::NotificationsV1::SqsResource
|
.members ⇒ [ :arn ]
399 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 399
def self.members: () -> [ :arn ]
|
.new(arn:) ⇒ Peddler::APIs::NotificationsV1::SqsResource .new(arg0) ⇒ Peddler::APIs::NotificationsV1::SqsResource
394 395 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 394
def self.new: (arn: String) -> Peddler::APIs::NotificationsV1::SqsResource
| (String) -> Peddler::APIs::NotificationsV1::SqsResource
|
.parse ⇒ Peddler::APIs::NotificationsV1::SqsResource
401 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 401
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::NotificationsV1::SqsResource
|
Instance Method Details
#members ⇒ [ :arn ]
405 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 405
def members: () -> [ :arn ]
|
#to_h ⇒ { arn: String }
406 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 406
def to_h: () -> { arn: String }
|