You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::KinesisAnalyticsV2::Types::DeleteApplicationInputProcessingConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::DeleteApplicationInputProcessingConfigurationRequest
- Defined in:
- (unknown)
Overview
When passing DeleteApplicationInputProcessingConfigurationRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
application_name: "ApplicationName", # required
current_application_version_id: 1, # required
input_id: "Id", # required
}
Instance Attribute Summary collapse
-
#application_name ⇒ String
The name of the application.
-
#current_application_version_id ⇒ Integer
The application version.
-
#input_id ⇒ String
The ID of the input configuration from which to delete the input processing configuration.
Instance Attribute Details
#application_name ⇒ String
The name of the application.
#current_application_version_id ⇒ Integer
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.
#input_id ⇒ String
The ID of the input configuration from which to delete the input processing configuration. You can get a list of the input IDs for an application by using the DescribeApplication operation.