Class: Aws::Types::GetDimensionValuesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dimension_values::Array[Types::DimensionValuesWithAttributes]

Returns the value of attribute dimension_values.



692
693
694
# File 'sig/types.rbs', line 692

def dimension_values
  @dimension_values
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


695
696
697
# File 'sig/types.rbs', line 695

def next_page_token
  @next_page_token
end

#return_size::Integer

Returns the value of attribute return_size.

Returns:

  • (::Integer)


693
694
695
# File 'sig/types.rbs', line 693

def return_size
  @return_size
end

#total_size::Integer

Returns the value of attribute total_size.

Returns:

  • (::Integer)


694
695
696
# File 'sig/types.rbs', line 694

def total_size
  @total_size
end