You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::KinesisAnalyticsV2::Types::ApplicationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::ApplicationSummary
- Defined in:
- (unknown)
Overview
Provides application summary information, including the application Amazon Resource Name (ARN), name, and status.
Instance Attribute Summary collapse
-
#application_arn ⇒ String
The ARN of the application.
-
#application_name ⇒ String
The name of the application.
-
#application_status ⇒ String
The status of the application.
-
#application_version_id ⇒ Integer
Provides the current application version.
-
#runtime_environment ⇒ String
The runtime environment for the application (
SQL-1.0
,FLINK-1_6
, orFLINK-1_8
).
Instance Attribute Details
#application_arn ⇒ String
The ARN of the application.
#application_name ⇒ String
The name of the application.
#application_status ⇒ String
The status of the application.
Possible values:
- DELETING
- STARTING
- STOPPING
- READY
- RUNNING
- UPDATING
- AUTOSCALING
- FORCE_STOPPING
#application_version_id ⇒ Integer
Provides the current application version.
#runtime_environment ⇒ String
The runtime environment for the application (SQL-1.0
, FLINK-1_6
, or
FLINK-1_8
).
Possible values:
- SQL-1_0
- FLINK-1_6
- FLINK-1_8
- FLINK-1_11