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.
2807 2808 2809 |
# File 'sig/types.rbs', line 2807 def bin_edges @bin_edges end |
#count ⇒ ::Array[::Integer]
Returns the value of attribute count.
2808 2809 2810 |
# File 'sig/types.rbs', line 2808 def count @count end |
#data_type ⇒ ::String
Returns the value of attribute data_type.
2809 2810 2811 |
# File 'sig/types.rbs', line 2809 def data_type @data_type end |