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.
263 264 265 |
# File 'sig/types.rbs', line 263 def arn @arn end |
#capability_name ⇒ ::String
Returns the value of attribute capability_name.
262 263 264 |
# File 'sig/types.rbs', line 262 def capability_name @capability_name end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
264 265 266 |
# File 'sig/types.rbs', line 264 def cluster_name @cluster_name end |
#configuration ⇒ Types::CapabilityConfigurationResponse
Returns the value of attribute configuration.
269 270 271 |
# File 'sig/types.rbs', line 269 def configuration @configuration end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
272 273 274 |
# File 'sig/types.rbs', line 272 def created_at @created_at end |
#delete_propagation_policy ⇒ "RETAIN"
Returns the value of attribute delete_propagation_policy.
274 275 276 |
# File 'sig/types.rbs', line 274 def delete_propagation_policy @delete_propagation_policy end |
#health ⇒ Types::CapabilityHealth
Returns the value of attribute health.
271 272 273 |
# File 'sig/types.rbs', line 271 def health @health end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
273 274 275 |
# File 'sig/types.rbs', line 273 def modified_at @modified_at end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
266 267 268 |
# File 'sig/types.rbs', line 266 def role_arn @role_arn end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
267 268 269 |
# File 'sig/types.rbs', line 267 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
270 271 272 |
# File 'sig/types.rbs', line 270 def @tags end |
#type ⇒ "ACK", ...
Returns the value of attribute type.
265 266 267 |
# File 'sig/types.rbs', line 265 def type @type end |
#version ⇒ ::String
Returns the value of attribute version.
268 269 270 |
# File 'sig/types.rbs', line 268 def version @version end |