Class: Aws::Types::ConfigIdResponse
- Inherits:
-
Object
- Object
- Aws::Types::ConfigIdResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config_arn ⇒ ::String
Returns the value of attribute config_arn.
-
#config_id ⇒ ::String
Returns the value of attribute config_id.
-
#config_type ⇒ "antenna-downlink", ...
Returns the value of attribute config_type.
Instance Attribute Details
#config_arn ⇒ ::String
Returns the value of attribute config_arn.
152 153 154 |
# File 'sig/types.rbs', line 152 def config_arn @config_arn end |
#config_id ⇒ ::String
Returns the value of attribute config_id.
150 151 152 |
# File 'sig/types.rbs', line 150 def config_id @config_id end |
#config_type ⇒ "antenna-downlink", ...
Returns the value of attribute config_type.
151 152 153 |
# File 'sig/types.rbs', line 151 def config_type @config_type end |