Class: Aws::GroundStation::Types::CreateConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::CreateConfigRequest
- Includes:
- Structure
- Defined in:
- 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`.
565 566 567 568 569 570 571 |
# File 'lib/aws-sdk-groundstation/types.rb', line 565 class CreateConfigRequest < Struct.new( :config_data, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of a ‘Config`.
565 566 567 568 569 570 571 |
# File 'lib/aws-sdk-groundstation/types.rb', line 565 class CreateConfigRequest < Struct.new( :config_data, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags assigned to a ‘Config`.
565 566 567 568 569 570 571 |
# File 'lib/aws-sdk-groundstation/types.rb', line 565 class CreateConfigRequest < Struct.new( :config_data, :name, :tags) SENSITIVE = [] include Aws::Structure end |