Class: Aws::GroundStation::Types::ConfigIdResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::ConfigIdResponse
- 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_id ⇒ String
UUID of a
Config
. -
#config_type ⇒ String
Type of a
Config
.
Instance Attribute Details
#config_arn ⇒ String
ARN of a Config
.
311 312 313 314 315 316 317 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 311 class ConfigIdResponse < Struct.new( :config_arn, :config_id, :config_type) SENSITIVE = [] include Aws::Structure end |
#config_id ⇒ String
UUID of a Config
.
311 312 313 314 315 316 317 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 311 class ConfigIdResponse < Struct.new( :config_arn, :config_id, :config_type) SENSITIVE = [] include Aws::Structure end |
#config_type ⇒ String
Type of a Config
.
311 312 313 314 315 316 317 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 311 class ConfigIdResponse < Struct.new( :config_arn, :config_id, :config_type) SENSITIVE = [] include Aws::Structure end |