Class: Aws::Mgn::Types::UpdateWaveRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::UpdateWaveRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
Account ID.
-
#description ⇒ String
Wave description.
-
#name ⇒ String
Wave name.
-
#wave_id ⇒ String
Wave ID.
Instance Attribute Details
#account_id ⇒ String
Account ID.
4705 4706 4707 4708 4709 4710 4711 4712 |
# File 'lib/aws-sdk-mgn/types.rb', line 4705 class UpdateWaveRequest < Struct.new( :account_id, :description, :name, :wave_id) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Wave description.
4705 4706 4707 4708 4709 4710 4711 4712 |
# File 'lib/aws-sdk-mgn/types.rb', line 4705 class UpdateWaveRequest < Struct.new( :account_id, :description, :name, :wave_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Wave name.
4705 4706 4707 4708 4709 4710 4711 4712 |
# File 'lib/aws-sdk-mgn/types.rb', line 4705 class UpdateWaveRequest < Struct.new( :account_id, :description, :name, :wave_id) SENSITIVE = [] include Aws::Structure end |
#wave_id ⇒ String
Wave ID.
4705 4706 4707 4708 4709 4710 4711 4712 |
# File 'lib/aws-sdk-mgn/types.rb', line 4705 class UpdateWaveRequest < Struct.new( :account_id, :description, :name, :wave_id) SENSITIVE = [] include Aws::Structure end |