Class: Aws::Types::DescribeApplicationStatusResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeApplicationStatusResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_statuses ⇒ Types::ApplicationStatusesResponseType
Returns the value of attribute application_statuses.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#application_statuses ⇒ Types::ApplicationStatusesResponseType
Returns the value of attribute application_statuses.
5352 5353 5354 |
# File 'sig/types.rbs', line 5352 def application_statuses @application_statuses end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5353 5354 5355 |
# File 'sig/types.rbs', line 5353 def next_token @next_token end |