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.
2648 2649 2650 |
# File 'sig/types.rbs', line 2648 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2646 2647 2648 |
# File 'sig/types.rbs', line 2646 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2645 2646 2647 |
# File 'sig/types.rbs', line 2645 def display_name @display_name end |
#segment_definition_arn ⇒ ::String
Returns the value of attribute segment_definition_arn.
2647 2648 2649 |
# File 'sig/types.rbs', line 2647 def segment_definition_arn @segment_definition_arn end |
#segment_definition_name ⇒ ::String
Returns the value of attribute segment_definition_name.
2644 2645 2646 |
# File 'sig/types.rbs', line 2644 def segment_definition_name @segment_definition_name end |
#segment_type ⇒ "CLASSIC", "ENHANCED"
Returns the value of attribute segment_type.
2650 2651 2652 |
# File 'sig/types.rbs', line 2650 def segment_type @segment_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2649 2650 2651 |
# File 'sig/types.rbs', line 2649 def @tags end |