Module: Aws::CustomerProfiles::Client::_GetSegmentDefinitionResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetSegmentDefinitionResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#created_at::Time

Returns:

  • (::Time)


1102
# File 'sig/client.rbs', line 1102

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


1098
# File 'sig/client.rbs', line 1098

def description: () -> ::String

#display_name::String

Returns:

  • (::String)


1097
# File 'sig/client.rbs', line 1097

def display_name: () -> ::String

#segment_definition_arn::String

Returns:

  • (::String)


1101
# File 'sig/client.rbs', line 1101

def segment_definition_arn: () -> ::String

#segment_definition_name::String

Returns:

  • (::String)


1096
# File 'sig/client.rbs', line 1096

def segment_definition_name: () -> ::String

#segment_groupsTypes::SegmentGroup

Returns:



1099
# File 'sig/client.rbs', line 1099

def segment_groups: () -> Types::SegmentGroup

#segment_sortTypes::SegmentSort

Returns:



1100
# File 'sig/client.rbs', line 1100

def segment_sort: () -> Types::SegmentSort

#segment_sql_query::String

Returns:

  • (::String)


1104
# File 'sig/client.rbs', line 1104

def segment_sql_query: () -> ::String

#segment_type"CLASSIC", "ENHANCED"

Returns:

  • ("CLASSIC", "ENHANCED")


1105
# File 'sig/client.rbs', line 1105

def segment_type: () -> ("CLASSIC" | "ENHANCED")

#tags::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


1103
# File 'sig/client.rbs', line 1103

def tags: () -> ::Hash[::String, ::String]