Class: Aws::Mgn::Types::CreateWaveRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::CreateWaveRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#account_id ⇒ String
Account ID.
-
#description ⇒ String
Wave description.
-
#name ⇒ String
Wave name.
-
#tags ⇒ Hash<String,String>
Wave tags.
Instance Attribute Details
#account_id ⇒ String
Account ID.
598 599 600 601 602 603 604 605 |
# File 'lib/aws-sdk-mgn/types.rb', line 598 class CreateWaveRequest < Struct.new( :account_id, :description, :name, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#description ⇒ String
Wave description.
598 599 600 601 602 603 604 605 |
# File 'lib/aws-sdk-mgn/types.rb', line 598 class CreateWaveRequest < Struct.new( :account_id, :description, :name, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#name ⇒ String
Wave name.
598 599 600 601 602 603 604 605 |
# File 'lib/aws-sdk-mgn/types.rb', line 598 class CreateWaveRequest < Struct.new( :account_id, :description, :name, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Wave tags.
598 599 600 601 602 603 604 605 |
# File 'lib/aws-sdk-mgn/types.rb', line 598 class CreateWaveRequest < Struct.new( :account_id, :description, :name, :tags) SENSITIVE = [:tags] include Aws::Structure end |