Class: Aws::Types::GrantItem
- Inherits:
-
Object
- Object
- Aws::Types::GrantItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dimension_key ⇒ ::String
Returns the value of attribute dimension_key.
-
#dimension_labels ⇒ ::Array[Types::DimensionLabel]
Returns the value of attribute dimension_labels.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#max_quantity ⇒ ::Integer
Returns the value of attribute max_quantity.
-
#unit ⇒ ::String
Returns the value of attribute unit.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
361 362 363 |
# File 'sig/types.rbs', line 361 def description @description end |
#dimension_key ⇒ ::String
Returns the value of attribute dimension_key.
359 360 361 |
# File 'sig/types.rbs', line 359 def dimension_key @dimension_key end |
#dimension_labels ⇒ ::Array[Types::DimensionLabel]
Returns the value of attribute dimension_labels.
362 363 364 |
# File 'sig/types.rbs', line 362 def dimension_labels @dimension_labels end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
360 361 362 |
# File 'sig/types.rbs', line 360 def display_name @display_name end |
#max_quantity ⇒ ::Integer
Returns the value of attribute max_quantity.
364 365 366 |
# File 'sig/types.rbs', line 364 def max_quantity @max_quantity end |
#unit ⇒ ::String
Returns the value of attribute unit.
363 364 365 |
# File 'sig/types.rbs', line 363 def unit @unit end |