Class: Aws::Types::GlobalSecondaryIndexInfo

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:



784
785
786
# File 'sig/types.rbs', line 784

def index_name
  @index_name
end

#key_schema::Array[Types::KeySchemaElement]

Returns the value of attribute key_schema.

Returns:



785
786
787
# File 'sig/types.rbs', line 785

def key_schema
  @key_schema
end

#on_demand_throughputTypes::OnDemandThroughput

Returns the value of attribute on_demand_throughput.

Returns:



788
789
790
# File 'sig/types.rbs', line 788

def on_demand_throughput
  @on_demand_throughput
end

#projectionTypes::Projection

Returns the value of attribute projection.

Returns:



786
787
788
# File 'sig/types.rbs', line 786

def projection
  @projection
end

#provisioned_throughputTypes::ProvisionedThroughput

Returns the value of attribute provisioned_throughput.

Returns:



787
788
789
# File 'sig/types.rbs', line 787

def provisioned_throughput
  @provisioned_throughput
end