Class: Aws::Types::GlobalSecondaryIndexUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#createTypes::CreateGlobalSecondaryIndexAction

Returns the value of attribute create.



794
795
796
# File 'sig/types.rbs', line 794

def create
  @create
end

#deleteTypes::DeleteGlobalSecondaryIndexAction

Returns the value of attribute delete.



795
796
797
# File 'sig/types.rbs', line 795

def delete
  @delete
end

#updateTypes::UpdateGlobalSecondaryIndexAction

Returns the value of attribute update.



793
794
795
# File 'sig/types.rbs', line 793

def update
  @update
end