Class: Aws::Types::CreateSegmentDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSegmentDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
533 534 535 |
# File 'sig/types.rbs', line 533 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
532 533 534 |
# File 'sig/types.rbs', line 532 def display_name @display_name end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
530 531 532 |
# File 'sig/types.rbs', line 530 def domain_name @domain_name end |
#segment_definition_name ⇒ ::String
Returns the value of attribute segment_definition_name.
531 532 533 |
# File 'sig/types.rbs', line 531 def segment_definition_name @segment_definition_name end |
#segment_groups ⇒ Types::SegmentGroup
Returns the value of attribute segment_groups.
534 535 536 |
# File 'sig/types.rbs', line 534 def segment_groups @segment_groups end |
#segment_sort ⇒ Types::SegmentSort
Returns the value of attribute segment_sort.
536 537 538 |
# File 'sig/types.rbs', line 536 def segment_sort @segment_sort end |
#segment_sql_query ⇒ ::String
Returns the value of attribute segment_sql_query.
535 536 537 |
# File 'sig/types.rbs', line 535 def segment_sql_query @segment_sql_query end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
537 538 539 |
# File 'sig/types.rbs', line 537 def @tags end |