Class: Aws::Types::GetResourceEventConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetResourceEventConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#identifier ⇒ ::String
Returns the value of attribute identifier.
819 820 821 |
# File 'sig/types.rbs', line 819 def identifier @identifier end |
#identifier_type ⇒ "PartnerAccountId", ...
Returns the value of attribute identifier_type.
820 821 822 |
# File 'sig/types.rbs', line 820 def identifier_type @identifier_type end |
#partner_type ⇒ "Sidewalk"
Returns the value of attribute partner_type.
821 822 823 |
# File 'sig/types.rbs', line 821 def partner_type @partner_type end |