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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#config_dataTypes::ConfigTypeData

Parameters of a Config.



2810
2811
2812
2813
2814
2815
2816
2817
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2810

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

#config_idString

UUID of a Config.

Returns:

  • (String)


2810
2811
2812
2813
2814
2815
2816
2817
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2810

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

#config_typeString

Type of a Config.

Returns:

  • (String)


2810
2811
2812
2813
2814
2815
2816
2817
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2810

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

#nameString

Name of a Config.

Returns:

  • (String)


2810
2811
2812
2813
2814
2815
2816
2817
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2810

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