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

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.



565
566
567
568
569
570
571
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 565

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

#nameString

Name of a Config.

Returns:

  • (String)


565
566
567
568
569
570
571
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 565

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

#tagsHash<String,String>

Tags assigned to a Config.

Returns:

  • (Hash<String,String>)


565
566
567
568
569
570
571
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 565

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