Class: Aws::Mgn::Types::UnarchiveWaveRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::UnarchiveWaveRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
Account ID.
-
#wave_id ⇒ String
Wave ID.
Instance Attribute Details
#account_id ⇒ String
Account ID.
4221 4222 4223 4224 4225 4226 |
# File 'lib/aws-sdk-mgn/types.rb', line 4221 class UnarchiveWaveRequest < Struct.new( :account_id, :wave_id) SENSITIVE = [] include Aws::Structure end |
#wave_id ⇒ String
Wave ID.
4221 4222 4223 4224 4225 4226 |
# File 'lib/aws-sdk-mgn/types.rb', line 4221 class UnarchiveWaveRequest < Struct.new( :account_id, :wave_id) SENSITIVE = [] include Aws::Structure end |