Class: Aws::Types::EventConfigurationItem
- Inherits:
-
Object
- Object
- Aws::Types::EventConfigurationItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#events ⇒ Types::EventNotificationItemConfigurations
Returns the value of attribute events.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#identifier_type ⇒ "PartnerAccountId", ...
Returns the value of attribute identifier_type.
-
#partner_type ⇒ "Sidewalk"
Returns the value of attribute partner_type.
Instance Attribute Details
#events ⇒ Types::EventNotificationItemConfigurations
Returns the value of attribute events.
580 581 582 |
# File 'sig/types.rbs', line 580 def events @events end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
577 578 579 |
# File 'sig/types.rbs', line 577 def identifier @identifier end |
#identifier_type ⇒ "PartnerAccountId", ...
Returns the value of attribute identifier_type.
578 579 580 |
# File 'sig/types.rbs', line 578 def identifier_type @identifier_type end |
#partner_type ⇒ "Sidewalk"
Returns the value of attribute partner_type.
579 580 581 |
# File 'sig/types.rbs', line 579 def partner_type @partner_type end |