Class: Aws::Types::PriorityClass

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9947
9948
9949
# File 'sig/types.rbs', line 9947

def name
  @name
end

#weight::Integer

Returns the value of attribute weight.

Returns:

  • (::Integer)


9948
9949
9950
# File 'sig/types.rbs', line 9948

def weight
  @weight
end