Class: Aws::Pinpoint::Types::DeleteEventStreamRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DeleteEventStreamRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#application_id ⇒ String
3744 3745 3746 3747 3748 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3744 class DeleteEventStreamRequest < Struct.new( :application_id) SENSITIVE = [] include Aws::Structure end |