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.
4911 4912 4913 |
# File 'sig/types.rbs', line 4911 def application_id @application_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4909 4910 4911 |
# File 'sig/types.rbs', line 4909 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4910 4911 4912 |
# File 'sig/types.rbs', line 4910 def status @status end |