Class: Aws::Types::CreateSegmentDefinitionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :segment_groups, :segment_sql_query, :segment_sort])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


533
534
535
# File 'sig/types.rbs', line 533

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def segment_definition_name
  @segment_definition_name
end

#segment_groupsTypes::SegmentGroup

Returns the value of attribute segment_groups.

Returns:



534
535
536
# File 'sig/types.rbs', line 534

def segment_groups
  @segment_groups
end

#segment_sortTypes::SegmentSort

Returns the value of attribute segment_sort.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

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


537
538
539
# File 'sig/types.rbs', line 537

def tags
  @tags
end