Class: Aws::Types::DescribeApplicationOperationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeApplicationOperationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
539 540 541 |
# File 'sig/types.rbs', line 539 def application_name @application_name end |
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
540 541 542 |
# File 'sig/types.rbs', line 540 def operation_id @operation_id end |