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])


2817
2818
2819
# File 'sig/types.rbs', line 2817

def bin_edges
  @bin_edges
end

#count::Array[::Integer]

Returns the value of attribute count.

Returns:

  • (::Array[::Integer])


2818
2819
2820
# File 'sig/types.rbs', line 2818

def count
  @count
end

#data_type::String

Returns the value of attribute data_type.

Returns:

  • (::String)


2819
2820
2821
# File 'sig/types.rbs', line 2819

def data_type
  @data_type
end