Class: Aws::Types::GetSegmentDefinitionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:



1406
1407
1408
# File 'sig/types.rbs', line 1406

def created_at
  @created_at
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:



1402
1403
1404
# File 'sig/types.rbs', line 1402

def description
  @description
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



1407
1408
1409
# File 'sig/types.rbs', line 1407

def tags
  @tags
end