Class: Aws::Types::CapabilitySummary
- Inherits:
-
Object
- Object
- Aws::Types::CapabilitySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#capability_name ⇒ ::String
Returns the value of attribute capability_name.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#type ⇒ "ACK", ...
Returns the value of attribute type.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
301 302 303 |
# File 'sig/types.rbs', line 301 def arn @arn end |
#capability_name ⇒ ::String
Returns the value of attribute capability_name.
300 301 302 |
# File 'sig/types.rbs', line 300 def capability_name @capability_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
305 306 307 |
# File 'sig/types.rbs', line 305 def created_at @created_at end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
306 307 308 |
# File 'sig/types.rbs', line 306 def modified_at @modified_at end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
303 304 305 |
# File 'sig/types.rbs', line 303 def status @status end |
#type ⇒ "ACK", ...
Returns the value of attribute type.
302 303 304 |
# File 'sig/types.rbs', line 302 def type @type end |
#version ⇒ ::String
Returns the value of attribute version.
304 305 306 |
# File 'sig/types.rbs', line 304 def version @version end |