Class: Aws::GroundStation::Types::GetConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::GetConfigRequest
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#config_id ⇒ String
UUID of a
Config
. -
#config_type ⇒ String
Type of a
Config
.
Instance Attribute Details
#config_id ⇒ String
UUID of a Config
.
1520 1521 1522 1523 1524 1525 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1520 class GetConfigRequest < Struct.new( :config_id, :config_type) SENSITIVE = [] include Aws::Structure end |
#config_type ⇒ String
Type of a Config
.
1520 1521 1522 1523 1524 1525 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1520 class GetConfigRequest < Struct.new( :config_id, :config_type) SENSITIVE = [] include Aws::Structure end |