Class: Aws::Types::CreateWaveRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWaveRequest
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
209 210 211 |
# File 'sig/types.rbs', line 209 def account_id @account_id end |
#description ⇒ ::String
Returns the value of attribute description.
207 208 209 |
# File 'sig/types.rbs', line 207 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
206 207 208 |
# File 'sig/types.rbs', line 206 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
208 209 210 |
# File 'sig/types.rbs', line 208 def end |