Class: Aws::Types::PartitionKey

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enforcement_in_record ⇒ "REQUIRED", "OPTIONAL"

Returns the value of attribute enforcement_in_record.

Returns:

  • ("REQUIRED", "OPTIONAL")


326
327
328
# File 'sig/types.rbs', line 326

def enforcement_in_record
  @enforcement_in_record
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


325
326
327
# File 'sig/types.rbs', line 325

def name
  @name
end

#type ⇒ "DIMENSION", "MEASURE"

Returns the value of attribute type.

Returns:

  • ("DIMENSION", "MEASURE")


324
325
326
# File 'sig/types.rbs', line 324

def type
  @type
end