Class: Aws::CustomerProfiles::Types::CreateEventStreamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::CreateEventStreamResponse
- Includes:
- Structure
- Defined in:
- 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.
1190 1191 1192 1193 1194 1195 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1190 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.
1190 1191 1192 1193 1194 1195 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1190 class CreateEventStreamResponse < Struct.new( :event_stream_arn, :tags) SENSITIVE = [] include Aws::Structure end |