Class: Aws::GroundStation::Types::UpdateConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::UpdateConfigRequest
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#config_data ⇒ Types::ConfigTypeData
Parameters of a
Config. -
#config_id ⇒ String
UUID of a
Config. -
#config_type ⇒ String
Type of a
Config. -
#name ⇒ String
Name of a
Config.
Instance Attribute Details
#config_data ⇒ Types::ConfigTypeData
Parameters of a Config.
3550 3551 3552 3553 3554 3555 3556 3557 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3550 class UpdateConfigRequest < Struct.new( :config_id, :name, :config_type, :config_data) SENSITIVE = [] include Aws::Structure end |
#config_id ⇒ String
UUID of a Config.
3550 3551 3552 3553 3554 3555 3556 3557 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3550 class UpdateConfigRequest < Struct.new( :config_id, :name, :config_type, :config_data) SENSITIVE = [] include Aws::Structure end |
#config_type ⇒ String
Type of a Config.
3550 3551 3552 3553 3554 3555 3556 3557 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3550 class UpdateConfigRequest < Struct.new( :config_id, :name, :config_type, :config_data) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of a Config.
3550 3551 3552 3553 3554 3555 3556 3557 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3550 class UpdateConfigRequest < Struct.new( :config_id, :name, :config_type, :config_data) SENSITIVE = [] include Aws::Structure end |