Class: Aws::Types::EndpointDemographic
- Inherits:
-
Object
- Object
- Aws::Types::EndpointDemographic
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_version ⇒ ::String
Returns the value of attribute app_version.
-
#locale ⇒ ::String
Returns the value of attribute locale.
-
#make ⇒ ::String
Returns the value of attribute make.
-
#model ⇒ ::String
Returns the value of attribute model.
-
#model_version ⇒ ::String
Returns the value of attribute model_version.
-
#platform ⇒ ::String
Returns the value of attribute platform.
-
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
-
#timezone ⇒ ::String
Returns the value of attribute timezone.
Instance Attribute Details
#app_version ⇒ ::String
Returns the value of attribute app_version.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def app_version @app_version end |
#locale ⇒ ::String
Returns the value of attribute locale.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def locale @locale end |
#make ⇒ ::String
Returns the value of attribute make.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def make @make end |
#model ⇒ ::String
Returns the value of attribute model.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def model @model end |
#model_version ⇒ ::String
Returns the value of attribute model_version.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def model_version @model_version end |
#platform ⇒ ::String
Returns the value of attribute platform.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def platform @platform end |
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def platform_version @platform_version end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def timezone @timezone end |