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

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)


2054
2055
2056
2057
2058
2059
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2054

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)


2054
2055
2056
2057
2058
2059
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2054

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