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)


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

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#display_name::String

Returns:

  • (::String)


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

def display_name: () -> ::String

#segment_definition_arn::String

Returns:

  • (::String)


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

def segment_definition_arn: () -> ::String

#segment_definition_name::String

Returns:

  • (::String)


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

def segment_definition_name: () -> ::String

#segment_groupsTypes::SegmentGroup

Returns:



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

def segment_groups: () -> Types::SegmentGroup

#segment_sortTypes::SegmentSort

Returns:



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

def segment_sort: () -> Types::SegmentSort

#segment_sql_query::String

Returns:

  • (::String)


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

def segment_sql_query: () -> ::String

#segment_type"CLASSIC", "ENHANCED"

Returns:

  • ("CLASSIC", "ENHANCED")


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

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

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

Returns:

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


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

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