Class: Aws::Types::SegmentDimensions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Hash[::String, Types::AttributeDimension]

Returns the value of attribute attributes.

Returns:



2655
2656
2657
# File 'sig/types.rbs', line 2655

def attributes
  @attributes
end

#behaviorTypes::SegmentBehaviors

Returns the value of attribute behavior.



2656
2657
2658
# File 'sig/types.rbs', line 2656

def behavior
  @behavior
end

#demographicTypes::SegmentDemographics

Returns the value of attribute demographic.



2657
2658
2659
# File 'sig/types.rbs', line 2657

def demographic
  @demographic
end

#locationTypes::SegmentLocation

Returns the value of attribute location.



2658
2659
2660
# File 'sig/types.rbs', line 2658

def location
  @location
end

#metrics::Hash[::String, Types::MetricDimension]

Returns the value of attribute metrics.

Returns:



2659
2660
2661
# File 'sig/types.rbs', line 2659

def metrics
  @metrics
end

#user_attributes::Hash[::String, Types::AttributeDimension]

Returns the value of attribute user_attributes.

Returns:



2660
2661
2662
# File 'sig/types.rbs', line 2660

def user_attributes
  @user_attributes
end