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.
320 321 322 |
# File 'sig/types.rbs', line 320 def arn @arn end |
#capability_name ⇒ ::String
Returns the value of attribute capability_name.
319 320 321 |
# File 'sig/types.rbs', line 319 def capability_name @capability_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
324 325 326 |
# File 'sig/types.rbs', line 324 def created_at @created_at end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
325 326 327 |
# File 'sig/types.rbs', line 325 def modified_at @modified_at end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
322 323 324 |
# File 'sig/types.rbs', line 322 def status @status end |
#type ⇒ "ACK", ...
Returns the value of attribute type.
321 322 323 |
# File 'sig/types.rbs', line 321 def type @type end |
#version ⇒ ::String
Returns the value of attribute version.
323 324 325 |
# File 'sig/types.rbs', line 323 def version @version end |