Class: Aws::Types::AllowedCapabilities
- Inherits:
-
Object
- Object
- Aws::Types::AllowedCapabilities
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent ⇒ Types::ParticipantCapabilities
Returns the value of attribute agent.
-
#customer ⇒ Types::ParticipantCapabilities
Returns the value of attribute customer.
Instance Attribute Details
#agent ⇒ Types::ParticipantCapabilities
Returns the value of attribute agent.
192 193 194 |
# File 'sig/types.rbs', line 192 def agent @agent end |
#customer ⇒ Types::ParticipantCapabilities
Returns the value of attribute customer.
191 192 193 |
# File 'sig/types.rbs', line 191 def customer @customer end |