Class: Aws::GroundStation::Types::UpdateConfigRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb

Overview

Input for the UpdateConfig operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#config_dataTypes::ConfigTypeData

Parameters of a Config.



4240
4241
4242
4243
4244
4245
4246
4247
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 4240

class UpdateConfigRequest < Struct.new(
  :config_id,
  :name,
  :config_type,
  :config_data)
  SENSITIVE = []
  include Aws::Structure
end

#config_idString

UUID of a Config.

Returns:

  • (String)


4240
4241
4242
4243
4244
4245
4246
4247
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 4240

class UpdateConfigRequest < Struct.new(
  :config_id,
  :name,
  :config_type,
  :config_data)
  SENSITIVE = []
  include Aws::Structure
end

#config_typeString

Type of a Config.

Returns:

  • (String)


4240
4241
4242
4243
4244
4245
4246
4247
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 4240

class UpdateConfigRequest < Struct.new(
  :config_id,
  :name,
  :config_type,
  :config_data)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of a Config.

Returns:

  • (String)


4240
4241
4242
4243
4244
4245
4246
4247
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 4240

class UpdateConfigRequest < Struct.new(
  :config_id,
  :name,
  :config_type,
  :config_data)
  SENSITIVE = []
  include Aws::Structure
end