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.
7198 7199 7200 7201 7202 7203 7204 7205 |
# File 'lib/aws-sdk-mgn/types.rb', line 7198 class UpdateWaveRequest < Struct.new( :wave_id, :name, :description, :account_id) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Wave description.
7198 7199 7200 7201 7202 7203 7204 7205 |
# File 'lib/aws-sdk-mgn/types.rb', line 7198 class UpdateWaveRequest < Struct.new( :wave_id, :name, :description, :account_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Wave name.
7198 7199 7200 7201 7202 7203 7204 7205 |
# File 'lib/aws-sdk-mgn/types.rb', line 7198 class UpdateWaveRequest < Struct.new( :wave_id, :name, :description, :account_id) SENSITIVE = [] include Aws::Structure end |
#wave_id ⇒ String
Wave ID.
7198 7199 7200 7201 7202 7203 7204 7205 |
# File 'lib/aws-sdk-mgn/types.rb', line 7198 class UpdateWaveRequest < Struct.new( :wave_id, :name, :description, :account_id) SENSITIVE = [] include Aws::Structure end |