Class: Aws::Types::GetDimensionValuesResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDimensionValuesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimension_values ⇒ ::Array[Types::DimensionValuesWithAttributes]
Returns the value of attribute dimension_values.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
-
#return_size ⇒ ::Integer
Returns the value of attribute return_size.
-
#total_size ⇒ ::Integer
Returns the value of attribute total_size.
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.
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.
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.
694 695 696 |
# File 'sig/types.rbs', line 694 def total_size @total_size end |