Class: Aws::Types::DescribeGatewayCapabilityConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeGatewayCapabilityConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capability_namespace ⇒ ::String
Returns the value of attribute capability_namespace.
-
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
Instance Attribute Details
#capability_namespace ⇒ ::String
Returns the value of attribute capability_namespace.
1794 1795 1796 |
# File 'sig/types.rbs', line 1794 def capability_namespace @capability_namespace end |
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
1793 1794 1795 |
# File 'sig/types.rbs', line 1793 def gateway_id @gateway_id end |