You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::KinesisAnalytics::Types::DeleteApplicationOutputRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteApplicationOutputRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  application_name: "ApplicationName", # required
  current_application_version_id: 1, # required
  output_id: "Id", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

Amazon Kinesis Analytics application name.

Returns:

  • (String)

    Amazon Kinesis Analytics application name.

#current_application_version_idInteger

Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException is returned.

Returns:

  • (Integer)

    Amazon Kinesis Analytics application version.

#output_idString

The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.

Returns:

  • (String)

    The ID of the configuration to delete.