Class: Aws::GroundStation::Types::CreateConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::CreateConfigRequest
- 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. -
#name ⇒ String
Name of a
Config. -
#tags ⇒ Hash<String,String>
Tags assigned to a
Config.
Instance Attribute Details
#config_data ⇒ Types::ConfigTypeData
Parameters of a Config.
752 753 754 755 756 757 758 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 752 class CreateConfigRequest < Struct.new( :name, :config_data, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of a Config.
752 753 754 755 756 757 758 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 752 class CreateConfigRequest < Struct.new( :name, :config_data, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags assigned to a Config.
752 753 754 755 756 757 758 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 752 class CreateConfigRequest < Struct.new( :name, :config_data, :tags) SENSITIVE = [] include Aws::Structure end |