Class: Aws::CustomerProfiles::Types::DeleteEventStreamRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


1152
1153
1154
1155
1156
1157
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1152

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

#event_stream_nameString

The name of the event stream

Returns:

  • (String)


1152
1153
1154
1155
1156
1157
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1152

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