Class: Peddler::APIs::NotificationsV1::DestinationResourceSpecification

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

#event_bridgePeddler::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

#sqsPeddler::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 ]

Returns:

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

.parsePeddler::APIs::NotificationsV1::DestinationResourceSpecification

Parameters:

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

Returns:



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 ]

Returns:

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