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
show all
Defined in:
(unknown)

Overview

Provides application summary information, including the application Amazon Resource Name (ARN), name, and status.

Instance Attribute Summary collapse

Instance Attribute Details

#application_arnString

The ARN of the application.

Returns:

  • (String)

    The ARN of the application.

#application_nameString

The name of the application.

Returns:

  • (String)

    The name of the application.

#application_statusString

The status of the application.

Possible values:

  • DELETING
  • STARTING
  • STOPPING
  • READY
  • RUNNING
  • UPDATING
  • AUTOSCALING
  • FORCE_STOPPING

Returns:

  • (String)

    The status of the application.

#application_version_idInteger

Provides the current application version.

Returns:

  • (Integer)

    Provides the current application version.

#runtime_environmentString

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

Returns:

  • (String)

    The runtime environment for the application (SQL-1.0, FLINK-1_6, or FLINK-1_8).