Class: Aws::Types::PutOutcomeRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutOutcomeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def @tags end |