Class: Aws::CustomerProfiles::Types::GetEventStreamResponse

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

#created_atTime

The timestamp of when the export was created.

Returns:

  • (Time)


2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2092

class GetEventStreamResponse < Struct.new(
  :domain_name,
  :event_stream_arn,
  :created_at,
  :state,
  :stopped_since,
  :destination_details,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#destination_detailsTypes::EventStreamDestinationDetails

Details regarding the Kinesis stream.



2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2092

class GetEventStreamResponse < Struct.new(
  :domain_name,
  :event_stream_arn,
  :created_at,
  :state,
  :stopped_since,
  :destination_details,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2092

class GetEventStreamResponse < Struct.new(
  :domain_name,
  :event_stream_arn,
  :created_at,
  :state,
  :stopped_since,
  :destination_details,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#event_stream_arnString

A unique identifier for the event stream.

Returns:

  • (String)


2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2092

class GetEventStreamResponse < Struct.new(
  :domain_name,
  :event_stream_arn,
  :created_at,
  :state,
  :stopped_since,
  :destination_details,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The operational state of destination stream for export.

Returns:

  • (String)


2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2092

class GetEventStreamResponse < Struct.new(
  :domain_name,
  :event_stream_arn,
  :created_at,
  :state,
  :stopped_since,
  :destination_details,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#stopped_sinceTime

The timestamp when the State changed to STOPPED.

Returns:

  • (Time)


2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2092

class GetEventStreamResponse < Struct.new(
  :domain_name,
  :event_stream_arn,
  :created_at,
  :state,
  :stopped_since,
  :destination_details,
  :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>)


2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2092

class GetEventStreamResponse < Struct.new(
  :domain_name,
  :event_stream_arn,
  :created_at,
  :state,
  :stopped_since,
  :destination_details,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end