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_mode ⇒ "STREAMING", "INTERACTIVE"
Returns the value of attribute application_mode.
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#application_status ⇒ "DELETING", ...
Returns the value of attribute application_status.
-
#application_version_id ⇒ ::Integer
Returns the value of attribute application_version_id.
-
#runtime_environment ⇒ "SQL-1_0", ...
Returns the value of attribute runtime_environment.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
252 253 254 |
# File 'sig/types.rbs', line 252 def application_arn @application_arn end |
#application_mode ⇒ "STREAMING", "INTERACTIVE"
Returns the value of attribute application_mode.
256 257 258 |
# File 'sig/types.rbs', line 256 def application_mode @application_mode end |
#application_name ⇒ ::String
Returns the value of attribute application_name.
251 252 253 |
# File 'sig/types.rbs', line 251 def application_name @application_name end |
#application_status ⇒ "DELETING", ...
Returns the value of attribute application_status.
253 254 255 |
# File 'sig/types.rbs', line 253 def application_status @application_status end |
#application_version_id ⇒ ::Integer
Returns the value of attribute application_version_id.
254 255 256 |
# File 'sig/types.rbs', line 254 def application_version_id @application_version_id end |
#runtime_environment ⇒ "SQL-1_0", ...
Returns the value of attribute runtime_environment.
255 256 257 |
# File 'sig/types.rbs', line 255 def runtime_environment @runtime_environment end |