Module: Aws::CustomerProfiles::Client::_GetStreamForSegmentsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetStreamForSegmentsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #associated_at ⇒ ::Time
- #associated_segments ⇒ ::Array[Types::AssociatedSegment]
- #destination_arn ⇒ ::String
- #destination_role_arn ⇒ ::String
- #disassociated_at ⇒ ::Time
- #domain_name ⇒ ::String
- #failure_reason ⇒ ::String
- #state ⇒ "RUNNING", ...
Instance Method Details
#associated_at ⇒ ::Time
1201 |
# File 'sig/client.rbs', line 1201
def associated_at: () -> ::Time
|
#associated_segments ⇒ ::Array[Types::AssociatedSegment]
1202 |
# File 'sig/client.rbs', line 1202
def associated_segments: () -> ::Array[Types::AssociatedSegment]
|
#destination_arn ⇒ ::String
1204 |
# File 'sig/client.rbs', line 1204
def destination_arn: () -> ::String
|
#destination_role_arn ⇒ ::String
1205 |
# File 'sig/client.rbs', line 1205
def destination_role_arn: () -> ::String
|
#disassociated_at ⇒ ::Time
1207 |
# File 'sig/client.rbs', line 1207
def disassociated_at: () -> ::Time
|
#domain_name ⇒ ::String
1203 |
# File 'sig/client.rbs', line 1203
def domain_name: () -> ::String
|
#failure_reason ⇒ ::String
1208 |
# File 'sig/client.rbs', line 1208
def failure_reason: () -> ::String
|
#state ⇒ "RUNNING", ...
1206 |
# File 'sig/client.rbs', line 1206
def state: () -> ("RUNNING" | "UNHEALTHY" | "STOPPED")
|