Class: Aws::DynamoDB::Types::DeleteGlobalSecondaryIndexAction

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb

Overview

Represents a global secondary index to be deleted from an existing table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#index_nameString

The name of the global secondary index to be deleted.

Returns:

  • (String)


2206
2207
2208
2209
2210
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2206

class DeleteGlobalSecondaryIndexAction < Struct.new(
  :index_name)
  SENSITIVE = []
  include Aws::Structure
end