Class: Aws::Types::GrantItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


356
357
358
# File 'sig/types.rbs', line 356

def description
  @description
end

#dimension_key::String

Returns the value of attribute dimension_key.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


359
360
361
# File 'sig/types.rbs', line 359

def max_quantity
  @max_quantity
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


358
359
360
# File 'sig/types.rbs', line 358

def unit
  @unit
end