Class: Aws::KinesisAnalyticsV2::Types::DeleteApplicationOutputRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kinesisanalyticsv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

The application name.

Returns:

  • (String)


1846
1847
1848
1849
1850
1851
1852
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1846

class DeleteApplicationOutputRequest < Struct.new(
  :application_name,
  :current_application_version_id,
  :output_id)
  SENSITIVE = []
  include Aws::Structure
end

#current_application_version_idInteger

The 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)


1846
1847
1848
1849
1850
1851
1852
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1846

class DeleteApplicationOutputRequest < Struct.new(
  :application_name,
  :current_application_version_id,
  :output_id)
  SENSITIVE = []
  include Aws::Structure
end

#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)


1846
1847
1848
1849
1850
1851
1852
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1846

class DeleteApplicationOutputRequest < Struct.new(
  :application_name,
  :current_application_version_id,
  :output_id)
  SENSITIVE = []
  include Aws::Structure
end