Class: Aws::Types::GetSegmentDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSegmentDefinitionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#segment_definition_arn ⇒ ::String
Returns the value of attribute segment_definition_arn.
-
#segment_definition_name ⇒ ::String
Returns the value of attribute segment_definition_name.
-
#segment_groups ⇒ Types::SegmentGroup
Returns the value of attribute segment_groups.
-
#segment_sort ⇒ Types::SegmentSort
Returns the value of attribute segment_sort.
-
#segment_sql_query ⇒ ::String
Returns the value of attribute segment_sql_query.
-
#segment_type ⇒ "CLASSIC", "ENHANCED"
Returns the value of attribute segment_type.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def display_name @display_name end |
#segment_definition_arn ⇒ ::String
Returns the value of attribute segment_definition_arn.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def segment_definition_arn @segment_definition_arn end |
#segment_definition_name ⇒ ::String
Returns the value of attribute segment_definition_name.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def segment_definition_name @segment_definition_name end |
#segment_groups ⇒ Types::SegmentGroup
Returns the value of attribute segment_groups.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def segment_groups @segment_groups end |
#segment_sort ⇒ Types::SegmentSort
Returns the value of attribute segment_sort.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def segment_sort @segment_sort end |
#segment_sql_query ⇒ ::String
Returns the value of attribute segment_sql_query.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def segment_sql_query @segment_sql_query end |
#segment_type ⇒ "CLASSIC", "ENHANCED"
Returns the value of attribute segment_type.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def segment_type @segment_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def @tags end |