Class: Aws::Mgn::Types::CreateWaveRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::CreateWaveRequest
- Defined in:
- gems/aws-sdk-mgn/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.
613 614 615 616 617 618 619 620 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 613 class CreateWaveRequest < Struct.new( :name, :description, :tags, :account_id) SENSITIVE = [:tags] include Aws::Structure end |
#description ⇒ String
Wave description.
613 614 615 616 617 618 619 620 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 613 class CreateWaveRequest < Struct.new( :name, :description, :tags, :account_id) SENSITIVE = [:tags] include Aws::Structure end |
#name ⇒ String
Wave name.
613 614 615 616 617 618 619 620 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 613 class CreateWaveRequest < Struct.new( :name, :description, :tags, :account_id) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Wave tags.
613 614 615 616 617 618 619 620 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 613 class CreateWaveRequest < Struct.new( :name, :description, :tags, :account_id) SENSITIVE = [:tags] include Aws::Structure end |