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
1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1190 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
.
1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1190 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
.
1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1190 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
.
1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1190 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
.
1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1190 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
.
1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1190 class GetConfigResponse < Struct.new( :config_arn, :config_data, :config_id, :config_type, :name, :tags) SENSITIVE = [] include Aws::Structure end |