Class: Aws::GroundStation::Types::GetConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::GetConfigResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#config_arn ⇒ String
ARN of a ‘Config`.
-
#config_data ⇒ Types::ConfigTypeData
Data elements in a ‘Config`.
-
#config_id ⇒ String
UUID of a ‘Config`.
-
#config_type ⇒ String
Type of a ‘Config`.
-
#name ⇒ String
Name of a ‘Config`.
-
#tags ⇒ Hash<String,String>
Tags assigned to a ‘Config`.
Instance Attribute Details
#config_arn ⇒ String
ARN of a ‘Config`
1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1553 class GetConfigResponse < Struct.new( :config_arn, :config_data, :config_id, :config_type, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#config_data ⇒ Types::ConfigTypeData
Data elements in a ‘Config`.
1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1553 class GetConfigResponse < Struct.new( :config_arn, :config_data, :config_id, :config_type, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#config_id ⇒ String
UUID of a ‘Config`.
1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1553 class GetConfigResponse < Struct.new( :config_arn, :config_data, :config_id, :config_type, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#config_type ⇒ String
Type of a ‘Config`.
1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1553 class GetConfigResponse < Struct.new( :config_arn, :config_data, :config_id, :config_type, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of a ‘Config`.
1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1553 class GetConfigResponse < Struct.new( :config_arn, :config_data, :config_id, :config_type, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags assigned to a ‘Config`.
1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1553 class GetConfigResponse < Struct.new( :config_arn, :config_data, :config_id, :config_type, :name, :tags) SENSITIVE = [] include Aws::Structure end |