Class: Aws::Types::SegmentDimensions
- Inherits:
-
Object
- Object
- Aws::Types::SegmentDimensions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, Types::AttributeDimension]
Returns the value of attribute attributes.
-
#behavior ⇒ Types::SegmentBehaviors
Returns the value of attribute behavior.
-
#demographic ⇒ Types::SegmentDemographics
Returns the value of attribute demographic.
-
#location ⇒ Types::SegmentLocation
Returns the value of attribute location.
-
#metrics ⇒ ::Hash[::String, Types::MetricDimension]
Returns the value of attribute metrics.
-
#user_attributes ⇒ ::Hash[::String, Types::AttributeDimension]
Returns the value of attribute user_attributes.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, Types::AttributeDimension]
Returns the value of attribute attributes.
2655 2656 2657 |
# File 'sig/types.rbs', line 2655 def attributes @attributes end |
#behavior ⇒ Types::SegmentBehaviors
Returns the value of attribute behavior.
2656 2657 2658 |
# File 'sig/types.rbs', line 2656 def behavior @behavior end |
#demographic ⇒ Types::SegmentDemographics
Returns the value of attribute demographic.
2657 2658 2659 |
# File 'sig/types.rbs', line 2657 def demographic @demographic end |
#location ⇒ Types::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.
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.
2660 2661 2662 |
# File 'sig/types.rbs', line 2660 def user_attributes @user_attributes end |