Class: Aws::Types::UpdateConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config_data ⇒ Types::ConfigTypeData
Returns the value of attribute config_data.
-
#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_data ⇒ Types::ConfigTypeData
Returns the value of attribute config_data.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def config_data @config_data end |
#config_id ⇒ ::String
Returns the value of attribute config_id.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def config_id @config_id end |
#config_type ⇒ "antenna-downlink", ...
Returns the value of attribute config_type.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def config_type @config_type end |
#name ⇒ ::String
Returns the value of attribute name.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def name @name end |