Class: Aws::Types::Capability
- Inherits:
-
Object
- Object
- Aws::Types::Capability
- 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.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#configuration ⇒ Types::CapabilityConfigurationResponse
Returns the value of attribute configuration.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#delete_propagation_policy ⇒ "RETAIN"
Returns the value of attribute delete_propagation_policy.
-
#health ⇒ Types::CapabilityHealth
Returns the value of attribute health.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
282 283 284 |
# File 'sig/types.rbs', line 282 def arn @arn end |
#capability_name ⇒ ::String
Returns the value of attribute capability_name.
281 282 283 |
# File 'sig/types.rbs', line 281 def capability_name @capability_name end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
283 284 285 |
# File 'sig/types.rbs', line 283 def cluster_name @cluster_name end |
#configuration ⇒ Types::CapabilityConfigurationResponse
Returns the value of attribute configuration.
288 289 290 |
# File 'sig/types.rbs', line 288 def configuration @configuration end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
291 292 293 |
# File 'sig/types.rbs', line 291 def created_at @created_at end |
#delete_propagation_policy ⇒ "RETAIN"
Returns the value of attribute delete_propagation_policy.
293 294 295 |
# File 'sig/types.rbs', line 293 def delete_propagation_policy @delete_propagation_policy end |
#health ⇒ Types::CapabilityHealth
Returns the value of attribute health.
290 291 292 |
# File 'sig/types.rbs', line 290 def health @health end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
292 293 294 |
# File 'sig/types.rbs', line 292 def modified_at @modified_at end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
285 286 287 |
# File 'sig/types.rbs', line 285 def role_arn @role_arn end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
286 287 288 |
# File 'sig/types.rbs', line 286 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
289 290 291 |
# File 'sig/types.rbs', line 289 def @tags end |
#type ⇒ "ACK", ...
Returns the value of attribute type.
284 285 286 |
# File 'sig/types.rbs', line 284 def type @type end |
#version ⇒ ::String
Returns the value of attribute version.
287 288 289 |
# File 'sig/types.rbs', line 287 def version @version end |