Class: Aws::Types::CreateGlobalSecondaryIndexAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


278
279
280
# File 'sig/types.rbs', line 278

def index_name
  @index_name
end

#key_schema::Array[Types::KeySchemaElement]

Returns the value of attribute key_schema.

Returns:



279
280
281
# File 'sig/types.rbs', line 279

def key_schema
  @key_schema
end

#on_demand_throughputTypes::OnDemandThroughput

Returns the value of attribute on_demand_throughput.



282
283
284
# File 'sig/types.rbs', line 282

def on_demand_throughput
  @on_demand_throughput
end

#projectionTypes::Projection

Returns the value of attribute projection.

Returns:



280
281
282
# File 'sig/types.rbs', line 280

def projection
  @projection
end

#provisioned_throughputTypes::ProvisionedThroughput

Returns the value of attribute provisioned_throughput.



281
282
283
# File 'sig/types.rbs', line 281

def provisioned_throughput
  @provisioned_throughput
end

#warm_throughputTypes::WarmThroughput

Returns the value of attribute warm_throughput.



283
284
285
# File 'sig/types.rbs', line 283

def warm_throughput
  @warm_throughput
end