Class: Aws::Types::DistributionData
- Inherits:
-
Object
- Object
- Aws::Types::DistributionData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bin_edges ⇒ ::Array[::String]
Returns the value of attribute bin_edges.
-
#count ⇒ ::Array[::Integer]
Returns the value of attribute count.
-
#data_type ⇒ ::String
Returns the value of attribute data_type.
Instance Attribute Details
#bin_edges ⇒ ::Array[::String]
Returns the value of attribute bin_edges.
2817 2818 2819 |
# File 'sig/types.rbs', line 2817 def bin_edges @bin_edges end |
#count ⇒ ::Array[::Integer]
Returns the value of attribute count.
2818 2819 2820 |
# File 'sig/types.rbs', line 2818 def count @count end |
#data_type ⇒ ::String
Returns the value of attribute data_type.
2819 2820 2821 |
# File 'sig/types.rbs', line 2819 def data_type @data_type end |