Class: Aws::Types::DescribeDefaultQBusinessApplicationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDefaultQBusinessApplicationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
4701 4702 4703 |
# File 'sig/types.rbs', line 4701 def application_id @application_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4699 4700 4701 |
# File 'sig/types.rbs', line 4699 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4700 4701 4702 |
# File 'sig/types.rbs', line 4700 def status @status end |