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.
711 712 713 714 715 716 717 718 |
# File 'lib/aws-sdk-mgn/types.rb', line 711 class CreateWaveRequest < Struct.new( :name, :description, :tags, :account_id) SENSITIVE = [:tags] include Aws::Structure end |
#description ⇒ String
Wave description.
711 712 713 714 715 716 717 718 |
# File 'lib/aws-sdk-mgn/types.rb', line 711 class CreateWaveRequest < Struct.new( :name, :description, :tags, :account_id) SENSITIVE = [:tags] include Aws::Structure end |
#name ⇒ String
Wave name.
711 712 713 714 715 716 717 718 |
# File 'lib/aws-sdk-mgn/types.rb', line 711 class CreateWaveRequest < Struct.new( :name, :description, :tags, :account_id) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Wave tags.
711 712 713 714 715 716 717 718 |
# File 'lib/aws-sdk-mgn/types.rb', line 711 class CreateWaveRequest < Struct.new( :name, :description, :tags, :account_id) SENSITIVE = [:tags] include Aws::Structure end |