Class: Aws::Types::DistributionData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bin_edges::Array[::String]

Returns the value of attribute bin_edges.

Returns:

  • (::Array[::String])


2807
2808
2809
# File 'sig/types.rbs', line 2807

def bin_edges
  @bin_edges
end

#count::Array[::Integer]

Returns the value of attribute count.

Returns:

  • (::Array[::Integer])


2808
2809
2810
# File 'sig/types.rbs', line 2808

def count
  @count
end

#data_type::String

Returns the value of attribute data_type.

Returns:

  • (::String)


2809
2810
2811
# File 'sig/types.rbs', line 2809

def data_type
  @data_type
end