Class: Aws::Types::ArchiveWaveRequest
- Inherits:
-
Object
- Object
- Aws::Types::ArchiveWaveRequest
- 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.
47 48 49 |
# File 'sig/types.rbs', line 47 def account_id @account_id end |
#wave_id ⇒ ::String
Returns the value of attribute wave_id.
46 47 48 |
# File 'sig/types.rbs', line 46 def wave_id @wave_id end |