You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::KinesisAnalyticsV2::Types::DeleteApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::DeleteApplicationRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DeleteApplicationRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
application_name: "ApplicationName", # required
create_timestamp: Time.now, # required
}
Instance Attribute Summary collapse
-
#application_name ⇒ String
The name of the application to delete.
-
#create_timestamp ⇒ Time
Use the
DescribeApplication
operation to get this value.
Instance Attribute Details
#application_name ⇒ String
The name of the application to delete.
#create_timestamp ⇒ Time
Use the DescribeApplication
operation to get this value.