You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::KinesisAnalytics::Types::StopApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalytics::Types::StopApplicationRequest
- Defined in:
- (unknown)
Overview
Note:
When passing StopApplicationRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
application_name: "ApplicationName", # required
}
Instance Attribute Summary collapse
-
#application_name ⇒ String
Name of the running application to stop.
Instance Attribute Details
#application_name ⇒ String
Name of the running application to stop.