Class: Aws::Types::SegmentDemographics
- Inherits:
-
Object
- Object
- Aws::Types::SegmentDemographics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_version ⇒ Types::SetDimension
Returns the value of attribute app_version.
-
#channel ⇒ Types::SetDimension
Returns the value of attribute channel.
-
#device_type ⇒ Types::SetDimension
Returns the value of attribute device_type.
-
#make ⇒ Types::SetDimension
Returns the value of attribute make.
-
#model ⇒ Types::SetDimension
Returns the value of attribute model.
-
#platform ⇒ Types::SetDimension
Returns the value of attribute platform.
Instance Attribute Details
#app_version ⇒ Types::SetDimension
Returns the value of attribute app_version.
2645 2646 2647 |
# File 'sig/types.rbs', line 2645 def app_version @app_version end |
#channel ⇒ Types::SetDimension
Returns the value of attribute channel.
2646 2647 2648 |
# File 'sig/types.rbs', line 2646 def channel @channel end |
#device_type ⇒ Types::SetDimension
Returns the value of attribute device_type.
2647 2648 2649 |
# File 'sig/types.rbs', line 2647 def device_type @device_type end |
#make ⇒ Types::SetDimension
Returns the value of attribute make.
2648 2649 2650 |
# File 'sig/types.rbs', line 2648 def make @make end |
#model ⇒ Types::SetDimension
Returns the value of attribute model.
2649 2650 2651 |
# File 'sig/types.rbs', line 2649 def model @model end |
#platform ⇒ Types::SetDimension
Returns the value of attribute platform.
2650 2651 2652 |
# File 'sig/types.rbs', line 2650 def platform @platform end |