Class: Aws::Pinpoint::Types::DeleteEventStreamRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DeleteEventStreamRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Note:
When making an API call, you may pass DeleteEventStreamRequest data as a hash:
{
application_id: "__string", # required
}
Instance Attribute Summary collapse
Instance Attribute Details
#application_id ⇒ String
5011 5012 5013 5014 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 5011 class DeleteEventStreamRequest < Struct.new( :application_id) include Aws::Structure end |