Class: Aws::Types::GetConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetConfigResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config_arn ⇒ ::String
Returns the value of attribute config_arn.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#config_arn ⇒ ::String
Returns the value of attribute config_arn.
661 662 663 |
# File 'sig/types.rbs', line 661 def config_arn @config_arn end |
#config_data ⇒ Types::ConfigTypeData
Returns the value of attribute config_data.
664 665 666 |
# File 'sig/types.rbs', line 664 def config_data @config_data end |
#config_id ⇒ ::String
Returns the value of attribute config_id.
660 661 662 |
# File 'sig/types.rbs', line 660 def config_id @config_id end |
#config_type ⇒ "antenna-downlink", ...
Returns the value of attribute config_type.
663 664 665 |
# File 'sig/types.rbs', line 663 def config_type @config_type end |
#name ⇒ ::String
Returns the value of attribute name.
662 663 664 |
# File 'sig/types.rbs', line 662 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
665 666 667 |
# File 'sig/types.rbs', line 665 def end |