Class: Aws::Types::PrimaryKey

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#length::Integer

Returns the value of attribute length.

Returns:

  • (::Integer)


868
869
870
# File 'sig/types.rbs', line 868

def length
  @length
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


869
870
871
# File 'sig/types.rbs', line 869

def name
  @name
end

#offset::Integer

Returns the value of attribute offset.

Returns:

  • (::Integer)


870
871
872
# File 'sig/types.rbs', line 870

def offset
  @offset
end