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.
198 199 200 |
# File 'sig/types.rbs', line 198 def agent @agent end |
#customer ⇒ Types::ParticipantCapabilities
Returns the value of attribute customer.
197 198 199 |
# File 'sig/types.rbs', line 197 def customer @customer end |