Class: Aws::Types::GetCapabilityResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCapabilityResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#capability_config ⇒ Types::CapabilityExtendedResponseConfig
Returns the value of attribute capability_config.
-
#capability_name ⇒ ::String
Returns the value of attribute capability_name.
-
#failures ⇒ ::Array[Types::CapabilityFailure]
Returns the value of attribute failures.
-
#status ⇒ "creating", ...
Returns the value of attribute status.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def application_id @application_id end |
#capability_config ⇒ Types::CapabilityExtendedResponseConfig
Returns the value of attribute capability_config.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def capability_config @capability_config end |
#capability_name ⇒ ::String
Returns the value of attribute capability_name.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def capability_name @capability_name end |
#failures ⇒ ::Array[Types::CapabilityFailure]
Returns the value of attribute failures.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def failures @failures end |
#status ⇒ "creating", ...
Returns the value of attribute status.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def status @status end |