Class: Aws::Types::UpdateWaveRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWaveRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#wave_id ⇒ ::String
Returns the value of attribute wave_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2170 2171 2172 |
# File 'sig/types.rbs', line 2170 def account_id @account_id end |
#description ⇒ ::String
Returns the value of attribute description.
2169 2170 2171 |
# File 'sig/types.rbs', line 2169 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2168 2169 2170 |
# File 'sig/types.rbs', line 2168 def name @name end |
#wave_id ⇒ ::String
Returns the value of attribute wave_id.
2167 2168 2169 |
# File 'sig/types.rbs', line 2167 def wave_id @wave_id end |