Class: Aws::Types::PrimaryAttributeValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_type"ALLOW"

Returns the value of attribute access_type.

Returns:

  • ("ALLOW")


6388
6389
6390
# File 'sig/types.rbs', line 6388

def access_type
  @access_type
end

#attribute_name::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


6389
6390
6391
# File 'sig/types.rbs', line 6389

def attribute_name
  @attribute_name
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


6390
6391
6392
# File 'sig/types.rbs', line 6390

def values
  @values
end