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.
2062 2063 2064 2065 2066 2067 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2062 class GetConfigRequest < Struct.new( :config_id, :config_type) SENSITIVE = [] include Aws::Structure end |
#config_type ⇒ String
Type of a Config.
2062 2063 2064 2065 2066 2067 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2062 class GetConfigRequest < Struct.new( :config_id, :config_type) SENSITIVE = [] include Aws::Structure end |