Module: Aws::CustomerProfiles::Client::_CreateSegmentDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateSegmentDefinitionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #display_name ⇒ ::String
- #segment_definition_arn ⇒ ::String
- #segment_definition_name ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#created_at ⇒ ::Time
428 |
# File 'sig/client.rbs', line 428
def created_at: () -> ::Time
|
#description ⇒ ::String
427 |
# File 'sig/client.rbs', line 427
def description: () -> ::String
|
#display_name ⇒ ::String
426 |
# File 'sig/client.rbs', line 426
def display_name: () -> ::String
|
#segment_definition_arn ⇒ ::String
429 |
# File 'sig/client.rbs', line 429
def segment_definition_arn: () -> ::String
|
#segment_definition_name ⇒ ::String
425 |
# File 'sig/client.rbs', line 425
def segment_definition_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
430 |
# File 'sig/client.rbs', line 430
def tags: () -> ::Hash[::String, ::String]
|