Class: Aws::Pinpoint::Types::DeleteEventStreamRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

Returns:

  • (String)


3734
3735
3736
3737
3738
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 3734

class DeleteEventStreamRequest < Struct.new(
  :application_id)
  SENSITIVE = []
  include Aws::Structure
end