Class: Aws::Types::EndpointDemographic

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_version::String

Returns the value of attribute app_version.

Returns:

  • (::String)


1075
1076
1077
# File 'sig/types.rbs', line 1075

def app_version
  @app_version
end

#locale::String

Returns the value of attribute locale.

Returns:

  • (::String)


1076
1077
1078
# File 'sig/types.rbs', line 1076

def locale
  @locale
end

#make::String

Returns the value of attribute make.

Returns:

  • (::String)


1077
1078
1079
# File 'sig/types.rbs', line 1077

def make
  @make
end

#model::String

Returns the value of attribute model.

Returns:

  • (::String)


1078
1079
1080
# File 'sig/types.rbs', line 1078

def model
  @model
end

#model_version::String

Returns the value of attribute model_version.

Returns:

  • (::String)


1079
1080
1081
# File 'sig/types.rbs', line 1079

def model_version
  @model_version
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


1080
1081
1082
# File 'sig/types.rbs', line 1080

def platform
  @platform
end

#platform_version::String

Returns the value of attribute platform_version.

Returns:

  • (::String)


1081
1082
1083
# File 'sig/types.rbs', line 1081

def platform_version
  @platform_version
end

#timezone::String

Returns the value of attribute timezone.

Returns:

  • (::String)


1082
1083
1084
# File 'sig/types.rbs', line 1082

def timezone
  @timezone
end