Class: Aws::GroundStation::Types::CreateConfigRequest

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

Overview

Input for the ‘CreateConfig` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#config_dataTypes::ConfigTypeData

Parameters of a ‘Config`.



865
866
867
868
869
870
871
# File 'lib/aws-sdk-groundstation/types.rb', line 865

class CreateConfigRequest < Struct.new(
  :name,
  :config_data,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of a ‘Config`.

Returns:

  • (String)


865
866
867
868
869
870
871
# File 'lib/aws-sdk-groundstation/types.rb', line 865

class CreateConfigRequest < Struct.new(
  :name,
  :config_data,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags assigned to a ‘Config`.

Returns:

  • (Hash<String,String>)


865
866
867
868
869
870
871
# File 'lib/aws-sdk-groundstation/types.rb', line 865

class CreateConfigRequest < Struct.new(
  :name,
  :config_data,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end