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
show all
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

Instance Attribute Details

#application_arnString

ARN of the application.

Returns:

  • (String)

    ARN of the application.

#application_nameString

Name of the application.

Returns:

  • (String)

    Name of the application.

#application_statusString

Status of the application.

Possible values:

  • DELETING
  • STARTING
  • STOPPING
  • READY
  • RUNNING
  • UPDATING

Returns:

  • (String)

    Status of the application.