Class: Aws::CustomerProfiles::Types::DeleteEventStreamRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DeleteEventStreamRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the domain.
-
#event_stream_name ⇒ String
The name of the event stream.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
1750 1751 1752 1753 1754 1755 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1750 class DeleteEventStreamRequest < Struct.new( :domain_name, :event_stream_name) SENSITIVE = [] include Aws::Structure end |
#event_stream_name ⇒ String
The name of the event stream
1750 1751 1752 1753 1754 1755 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1750 class DeleteEventStreamRequest < Struct.new( :domain_name, :event_stream_name) SENSITIVE = [] include Aws::Structure end |