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)


361
362
363
# File 'sig/types.rbs', line 361

def description
  @description
end

#dimension_key::String

Returns the value of attribute dimension_key.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


364
365
366
# File 'sig/types.rbs', line 364

def max_quantity
  @max_quantity
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


363
364
365
# File 'sig/types.rbs', line 363

def unit
  @unit
end