Class: Aws::GroundStation::Types::CreateConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::CreateConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Input for the ‘CreateConfig` operation.
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`.
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 |
#name ⇒ String
Name 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 |
#tags ⇒ Hash<String,String>
Tags assigned to 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 |