Class: Aws::Types::UnarchiveWaveRequest
- Inherits:
-
Object
- Object
- Aws::Types::UnarchiveWaveRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#wave_id ⇒ ::String
Returns the value of attribute wave_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2007 2008 2009 |
# File 'sig/types.rbs', line 2007 def account_id @account_id end |
#wave_id ⇒ ::String
Returns the value of attribute wave_id.
2006 2007 2008 |
# File 'sig/types.rbs', line 2006 def wave_id @wave_id end |