Class: Aws::CustomerProfiles::Types::GetEventStreamRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetEventStreamRequest
- Defined in:
- gems/aws-sdk-customerprofiles/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 provided during create operations.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
2703 2704 2705 2706 2707 2708 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2703 class GetEventStreamRequest < Struct.new( :domain_name, :event_stream_name) SENSITIVE = [] include Aws::Structure end |
#event_stream_name ⇒ String
The name of the event stream provided during create operations.
2703 2704 2705 2706 2707 2708 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2703 class GetEventStreamRequest < Struct.new( :domain_name, :event_stream_name) SENSITIVE = [] include Aws::Structure end |