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.
356 357 358 |
# File 'sig/types.rbs', line 356 def description @description end |
#dimension_key ⇒ ::String
Returns the value of attribute dimension_key.
354 355 356 |
# File 'sig/types.rbs', line 354 def dimension_key @dimension_key end |
#dimension_labels ⇒ ::Array[Types::DimensionLabel]
Returns the value of attribute dimension_labels.
357 358 359 |
# File 'sig/types.rbs', line 357 def dimension_labels @dimension_labels end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
355 356 357 |
# File 'sig/types.rbs', line 355 def display_name @display_name end |
#max_quantity ⇒ ::Integer
Returns the value of attribute max_quantity.
359 360 361 |
# File 'sig/types.rbs', line 359 def max_quantity @max_quantity end |
#unit ⇒ ::String
Returns the value of attribute unit.
358 359 360 |
# File 'sig/types.rbs', line 358 def unit @unit end |