Class: Aws::Types::Outcome
- Inherits:
-
Object
- Object
- Aws::Types::Outcome
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::String
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def arn @arn end |
#created_time ⇒ ::String
Returns the value of attribute created_time.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def description @description end |
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def name @name end |