Class: Aws::Types::GlobalSecondaryIndex

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)


753
754
755
# File 'sig/types.rbs', line 753

def index_name
  @index_name
end

#key_schema::Array[Types::KeySchemaElement]

Returns the value of attribute key_schema.

Returns:



754
755
756
# File 'sig/types.rbs', line 754

def key_schema
  @key_schema
end

#on_demand_throughputTypes::OnDemandThroughput

Returns the value of attribute on_demand_throughput.



757
758
759
# File 'sig/types.rbs', line 757

def on_demand_throughput
  @on_demand_throughput
end

#projectionTypes::Projection

Returns the value of attribute projection.

Returns:



755
756
757
# File 'sig/types.rbs', line 755

def projection
  @projection
end

#provisioned_throughputTypes::ProvisionedThroughput

Returns the value of attribute provisioned_throughput.



756
757
758
# File 'sig/types.rbs', line 756

def provisioned_throughput
  @provisioned_throughput
end

#warm_throughputTypes::WarmThroughput

Returns the value of attribute warm_throughput.



758
759
760
# File 'sig/types.rbs', line 758

def warm_throughput
  @warm_throughput
end