Class: Aws::Types::DynamoDBAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hash_key_field::String

Returns the value of attribute hash_key_field.

Returns:

  • (::String)


2196
2197
2198
# File 'sig/types.rbs', line 2196

def hash_key_field
  @hash_key_field
end

#hash_key_type"STRING", "NUMBER"

Returns the value of attribute hash_key_type.

Returns:

  • ("STRING", "NUMBER")


2198
2199
2200
# File 'sig/types.rbs', line 2198

def hash_key_type
  @hash_key_type
end

#hash_key_value::String

Returns the value of attribute hash_key_value.

Returns:

  • (::String)


2197
2198
2199
# File 'sig/types.rbs', line 2197

def hash_key_value
  @hash_key_value
end

#operation::String

Returns the value of attribute operation.

Returns:

  • (::String)


2195
2196
2197
# File 'sig/types.rbs', line 2195

def operation
  @operation
end

#payload_field::String

Returns the value of attribute payload_field.

Returns:

  • (::String)


2202
2203
2204
# File 'sig/types.rbs', line 2202

def payload_field
  @payload_field
end

#range_key_field::String

Returns the value of attribute range_key_field.

Returns:

  • (::String)


2199
2200
2201
# File 'sig/types.rbs', line 2199

def range_key_field
  @range_key_field
end

#range_key_type"STRING", "NUMBER"

Returns the value of attribute range_key_type.

Returns:

  • ("STRING", "NUMBER")


2201
2202
2203
# File 'sig/types.rbs', line 2201

def range_key_type
  @range_key_type
end

#range_key_value::String

Returns the value of attribute range_key_value.

Returns:

  • (::String)


2200
2201
2202
# File 'sig/types.rbs', line 2200

def range_key_value
  @range_key_value
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2194
2195
2196
# File 'sig/types.rbs', line 2194

def role_arn
  @role_arn
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


2193
2194
2195
# File 'sig/types.rbs', line 2193

def table_name
  @table_name
end