Class: Aws::GroundStation::Types::GetConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::GetConfigResponse
- Defined in:
- gems/aws-sdk-groundstation/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
2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2095 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.
2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2095 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.
2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2095 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.
2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2095 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.
2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2095 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.
2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2095 class GetConfigResponse < Struct.new( :config_id, :config_arn, :name, :config_type, :config_data, :tags) SENSITIVE = [] include Aws::Structure end |