Class: Aws::Types::SegmentDefinitionItem
- Inherits:
-
Object
- Object
- Aws::Types::SegmentDefinitionItem
- 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_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.
2617 2618 2619 |
# File 'sig/types.rbs', line 2617 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2615 2616 2617 |
# File 'sig/types.rbs', line 2615 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2614 2615 2616 |
# File 'sig/types.rbs', line 2614 def display_name @display_name end |
#segment_definition_arn ⇒ ::String
Returns the value of attribute segment_definition_arn.
2616 2617 2618 |
# File 'sig/types.rbs', line 2616 def segment_definition_arn @segment_definition_arn end |
#segment_definition_name ⇒ ::String
Returns the value of attribute segment_definition_name.
2613 2614 2615 |
# File 'sig/types.rbs', line 2613 def segment_definition_name @segment_definition_name end |
#segment_type ⇒ "CLASSIC", "ENHANCED"
Returns the value of attribute segment_type.
2619 2620 2621 |
# File 'sig/types.rbs', line 2619 def segment_type @segment_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2618 2619 2620 |
# File 'sig/types.rbs', line 2618 def @tags end |