Class: Aws::GroundStation::Types::GetConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::GetConfigResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Output for the ‘GetConfig` operation.
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`
2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2398 class GetConfigResponse < Struct.new( :config_id, :config_arn, :name, :config_type, :config_data, :tags) SENSITIVE = [] include Aws::Structure end |
#config_data ⇒ Types::ConfigTypeData
Data elements in a ‘Config`.
2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2398 class GetConfigResponse < Struct.new( :config_id, :config_arn, :name, :config_type, :config_data, :tags) SENSITIVE = [] include Aws::Structure end |
#config_id ⇒ String
UUID of a ‘Config`.
2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2398 class GetConfigResponse < Struct.new( :config_id, :config_arn, :name, :config_type, :config_data, :tags) SENSITIVE = [] include Aws::Structure end |
#config_type ⇒ String
Type of a ‘Config`.
2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2398 class GetConfigResponse < Struct.new( :config_id, :config_arn, :name, :config_type, :config_data, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of a ‘Config`.
2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2398 class GetConfigResponse < Struct.new( :config_id, :config_arn, :name, :config_type, :config_data, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags assigned to a ‘Config`.
2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2398 class GetConfigResponse < Struct.new( :config_id, :config_arn, :name, :config_type, :config_data, :tags) SENSITIVE = [] include Aws::Structure end |