Class: Aws::Types::ApplicationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#application_status ⇒ "DELETING", ...
Returns the value of attribute application_status.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
80 81 82 |
# File 'sig/types.rbs', line 80 def application_arn @application_arn end |
#application_name ⇒ ::String
Returns the value of attribute application_name.
79 80 81 |
# File 'sig/types.rbs', line 79 def application_name @application_name end |
#application_status ⇒ "DELETING", ...
Returns the value of attribute application_status.
81 82 83 |
# File 'sig/types.rbs', line 81 def application_status @application_status end |