Class: Aws::Types::ConfigListItem
- Inherits:
-
Object
- Object
- Aws::Types::ConfigListItem
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#config_arn ⇒ ::String
Returns the value of attribute config_arn.
159 160 161 |
# File 'sig/types.rbs', line 159 def config_arn @config_arn end |
#config_id ⇒ ::String
Returns the value of attribute config_id.
157 158 159 |
# File 'sig/types.rbs', line 157 def config_id @config_id end |
#config_type ⇒ "antenna-downlink", ...
Returns the value of attribute config_type.
158 159 160 |
# File 'sig/types.rbs', line 158 def config_type @config_type end |
#name ⇒ ::String
Returns the value of attribute name.
160 161 162 |
# File 'sig/types.rbs', line 160 def name @name end |