Class: Aws::CustomerProfiles::Types::CreateEventStreamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::CreateEventStreamResponse
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_stream_arn ⇒ String
A unique identifier for the event stream.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
Instance Attribute Details
#event_stream_arn ⇒ String
A unique identifier for the event stream.
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 |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
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 |