Class: Aws::Types::DeleteWaveRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteWaveRequest
- 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.
319 320 321 |
# File 'sig/types.rbs', line 319 def account_id @account_id end |
#wave_id ⇒ ::String
Returns the value of attribute wave_id.
318 319 320 |
# File 'sig/types.rbs', line 318 def wave_id @wave_id end |