You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::KinesisAnalytics::Types::ApplicationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalytics::Types::ApplicationSummary
- Defined in:
- (unknown)
Overview
This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see Amazon Kinesis Data Analytics API V2 Documentation.
Provides application summary information, including the application Amazon Resource Name (ARN), name, and status.
Returned by:
Instance Attribute Summary collapse
-
#application_arn ⇒ String
ARN of the application.
-
#application_name ⇒ String
Name of the application.
-
#application_status ⇒ String
Status of the application.
Instance Attribute Details
#application_arn ⇒ String
ARN of the application.
#application_name ⇒ String
Name of the application.
#application_status ⇒ String
Status of the application.
Possible values:
- DELETING
- STARTING
- STOPPING
- READY
- RUNNING
- UPDATING