Class: Aws::Mgn::Types::UpdateWaveRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::UpdateWaveRequest
- Defined in:
- gems/aws-sdk-mgn/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.
4806 4807 4808 4809 4810 4811 4812 4813 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4806 class UpdateWaveRequest < Struct.new( :wave_id, :name, :description, :account_id) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Wave description.
4806 4807 4808 4809 4810 4811 4812 4813 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4806 class UpdateWaveRequest < Struct.new( :wave_id, :name, :description, :account_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Wave name.
4806 4807 4808 4809 4810 4811 4812 4813 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4806 class UpdateWaveRequest < Struct.new( :wave_id, :name, :description, :account_id) SENSITIVE = [] include Aws::Structure end |
#wave_id ⇒ String
Wave ID.
4806 4807 4808 4809 4810 4811 4812 4813 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4806 class UpdateWaveRequest < Struct.new( :wave_id, :name, :description, :account_id) SENSITIVE = [] include Aws::Structure end |