Class: Peddler::APIs::NotificationsV1::DestinationResourceSpecification
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::NotificationsV1::DestinationResourceSpecification
- Defined in:
- sig/peddler/apis/notifications_v1.rbs
Instance Attribute Summary collapse
-
#event_bridge ⇒ Peddler::APIs::NotificationsV1::EventBridgeResourceSpecification?
readonly
Returns the value of attribute event_bridge.
-
#sqs ⇒ Peddler::APIs::NotificationsV1::SqsResource?
readonly
Returns the value of attribute sqs.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :event_bridge, :sqs ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::NotificationsV1::DestinationResourceSpecification
Instance Method Summary collapse
-
#members ⇒ [ :event_bridge, :sqs ]
-
#to_h ⇒ { event_bridge: Peddler::APIs::NotificationsV1::EventBridgeResourceSpecification?, sqs: Peddler::APIs::NotificationsV1::SqsResource? }
Instance Attribute Details
#event_bridge ⇒ Peddler::APIs::NotificationsV1::EventBridgeResourceSpecification? (readonly)
Returns the value of attribute event_bridge.
186 187 188 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 186 def event_bridge @event_bridge end |
#sqs ⇒ Peddler::APIs::NotificationsV1::SqsResource? (readonly)
Returns the value of attribute sqs.
187 188 189 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 187 def sqs @sqs end |
Class Method Details
.[](event_bridge:, sqs:) ⇒ Peddler::APIs::NotificationsV1::DestinationResourceSpecification .[](arg0, arg1) ⇒ Peddler::APIs::NotificationsV1::DestinationResourceSpecification
179 180 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 179
def self.[]: (?event_bridge: Peddler::APIs::NotificationsV1::EventBridgeResourceSpecification?, ?sqs: Peddler::APIs::NotificationsV1::SqsResource?) -> Peddler::APIs::NotificationsV1::DestinationResourceSpecification
| (Peddler::APIs::NotificationsV1::EventBridgeResourceSpecification?, Peddler::APIs::NotificationsV1::SqsResource?) -> Peddler::APIs::NotificationsV1::DestinationResourceSpecification
|
.members ⇒ [ :event_bridge, :sqs ]
182 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 182
def self.members: () -> [ :event_bridge, :sqs ]
|
.new(event_bridge:, sqs:) ⇒ Peddler::APIs::NotificationsV1::DestinationResourceSpecification .new(arg0, arg1) ⇒ Peddler::APIs::NotificationsV1::DestinationResourceSpecification
177 178 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 177
def self.new: (?event_bridge: Peddler::APIs::NotificationsV1::EventBridgeResourceSpecification?, ?sqs: Peddler::APIs::NotificationsV1::SqsResource?) -> Peddler::APIs::NotificationsV1::DestinationResourceSpecification
| (Peddler::APIs::NotificationsV1::EventBridgeResourceSpecification?, Peddler::APIs::NotificationsV1::SqsResource?) -> Peddler::APIs::NotificationsV1::DestinationResourceSpecification
|
.parse ⇒ Peddler::APIs::NotificationsV1::DestinationResourceSpecification
184 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 184
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::NotificationsV1::DestinationResourceSpecification
|
Instance Method Details
#members ⇒ [ :event_bridge, :sqs ]
189 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 189
def members: () -> [ :event_bridge, :sqs ]
|
#to_h ⇒ { event_bridge: Peddler::APIs::NotificationsV1::EventBridgeResourceSpecification?, sqs: Peddler::APIs::NotificationsV1::SqsResource? }
190 |
# File 'sig/peddler/apis/notifications_v1.rbs', line 190
def to_h: () -> { event_bridge: Peddler::APIs::NotificationsV1::EventBridgeResourceSpecification?, sqs: Peddler::APIs::NotificationsV1::SqsResource? }
|