Class: Aws::Types::GlobalSecondaryIndexUpdate
- Inherits:
-
Object
- Object
- Aws::Types::GlobalSecondaryIndexUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create ⇒ Types::CreateGlobalSecondaryIndexAction
Returns the value of attribute create.
-
#delete ⇒ Types::DeleteGlobalSecondaryIndexAction
Returns the value of attribute delete.
-
#update ⇒ Types::UpdateGlobalSecondaryIndexAction
Returns the value of attribute update.
Instance Attribute Details
#create ⇒ Types::CreateGlobalSecondaryIndexAction
Returns the value of attribute create.
794 795 796 |
# File 'sig/types.rbs', line 794 def create @create end |
#delete ⇒ Types::DeleteGlobalSecondaryIndexAction
Returns the value of attribute delete.
795 796 797 |
# File 'sig/types.rbs', line 795 def delete @delete end |
#update ⇒ Types::UpdateGlobalSecondaryIndexAction
Returns the value of attribute update.
793 794 795 |
# File 'sig/types.rbs', line 793 def update @update end |