Class: Aws::Types::AssociationStatus
- Inherits:
-
Object
- Object
- Aws::Types::AssociationStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_info ⇒ ::String
Returns the value of attribute additional_info.
-
#date ⇒ ::Time
Returns the value of attribute date.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#name ⇒ "Pending", ...
Returns the value of attribute name.
Instance Attribute Details
#additional_info ⇒ ::String
Returns the value of attribute additional_info.
208 209 210 |
# File 'sig/types.rbs', line 208 def additional_info @additional_info end |
#date ⇒ ::Time
Returns the value of attribute date.
205 206 207 |
# File 'sig/types.rbs', line 205 def date @date end |
#message ⇒ ::String
Returns the value of attribute message.
207 208 209 |
# File 'sig/types.rbs', line 207 def end |
#name ⇒ "Pending", ...
Returns the value of attribute name.
206 207 208 |
# File 'sig/types.rbs', line 206 def name @name end |