Class: Aws::Types::GetCapabilityRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCapabilityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#capability_name ⇒ ::String
Returns the value of attribute capability_name.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def application_id @application_id end |
#capability_name ⇒ ::String
Returns the value of attribute capability_name.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def capability_name @capability_name end |