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
417 |
# File 'sig/client.rbs', line 417
def created_at: () -> ::Time
|
#description ⇒ ::String
416 |
# File 'sig/client.rbs', line 416
def description: () -> ::String
|
#display_name ⇒ ::String
415 |
# File 'sig/client.rbs', line 415
def display_name: () -> ::String
|
#segment_definition_arn ⇒ ::String
418 |
# File 'sig/client.rbs', line 418
def segment_definition_arn: () -> ::String
|
#segment_definition_name ⇒ ::String
414 |
# File 'sig/client.rbs', line 414
def segment_definition_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
419 |
# File 'sig/client.rbs', line 419
def tags: () -> ::Hash[::String, ::String]
|