Class: Aws::CustomerProfiles::Types::GetEventStreamRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2934
2935
2936
2937
2938
2939
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2934

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

#event_stream_nameString

The name of the event stream provided during create operations.

Returns:

  • (String)


2934
2935
2936
2937
2938
2939
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2934

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