Class: Aws::Types::MetricValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidrs::Array[::String]

Returns the value of attribute cidrs.

Returns:

  • (::Array[::String])


3928
3929
3930
# File 'sig/types.rbs', line 3928

def cidrs
  @cidrs
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


3927
3928
3929
# File 'sig/types.rbs', line 3927

def count
  @count
end

#number::Float

Returns the value of attribute number.

Returns:

  • (::Float)


3930
3931
3932
# File 'sig/types.rbs', line 3930

def number
  @number
end

#numbers::Array[::Float]

Returns the value of attribute numbers.

Returns:

  • (::Array[::Float])


3931
3932
3933
# File 'sig/types.rbs', line 3931

def numbers
  @numbers
end

#ports::Array[::Integer]

Returns the value of attribute ports.

Returns:

  • (::Array[::Integer])


3929
3930
3931
# File 'sig/types.rbs', line 3929

def ports
  @ports
end

#strings::Array[::String]

Returns the value of attribute strings.

Returns:

  • (::Array[::String])


3932
3933
3934
# File 'sig/types.rbs', line 3932

def strings
  @strings
end