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.
705 706 707 708 709 710 711 712 |
# File 'lib/aws-sdk-mgn/types.rb', line 705 class CreateWaveRequest < Struct.new( :name, :description, :tags, :account_id) SENSITIVE = [:tags] include Aws::Structure end |
#description ⇒ String
Wave description.
705 706 707 708 709 710 711 712 |
# File 'lib/aws-sdk-mgn/types.rb', line 705 class CreateWaveRequest < Struct.new( :name, :description, :tags, :account_id) SENSITIVE = [:tags] include Aws::Structure end |
#name ⇒ String
Wave name.
705 706 707 708 709 710 711 712 |
# File 'lib/aws-sdk-mgn/types.rb', line 705 class CreateWaveRequest < Struct.new( :name, :description, :tags, :account_id) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Wave tags.
705 706 707 708 709 710 711 712 |
# File 'lib/aws-sdk-mgn/types.rb', line 705 class CreateWaveRequest < Struct.new( :name, :description, :tags, :account_id) SENSITIVE = [:tags] include Aws::Structure end |