Class: Aws::CustomerProfiles::Types::DestinationSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Summary information about the Kinesis data stream

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of enabling the Kinesis stream as a destination for export.

Returns:

  • (String)


1368
1369
1370
1371
1372
1373
1374
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1368

class DestinationSummary < Struct.new(
  :uri,
  :status,
  :unhealthy_since)
  SENSITIVE = []
  include Aws::Structure
end

#unhealthy_sinceTime

The timestamp when the status last changed to UNHEALHY.

Returns:

  • (Time)


1368
1369
1370
1371
1372
1373
1374
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1368

class DestinationSummary < Struct.new(
  :uri,
  :status,
  :unhealthy_since)
  SENSITIVE = []
  include Aws::Structure
end

#uriString

The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name.

Returns:

  • (String)


1368
1369
1370
1371
1372
1373
1374
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1368

class DestinationSummary < Struct.new(
  :uri,
  :status,
  :unhealthy_since)
  SENSITIVE = []
  include Aws::Structure
end