Class: Aws::CustomerProfiles::Types::CreateEventStreamResponse

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

#event_stream_arnString

A unique identifier for the event stream.

Returns:

  • (String)


890
891
892
893
894
895
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 890

class CreateEventStreamResponse < Struct.new(
  :event_stream_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource.

Returns:

  • (Hash<String,String>)


890
891
892
893
894
895
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 890

class CreateEventStreamResponse < Struct.new(
  :event_stream_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end