Class: Aws::Types::GlobalSecondaryIndexDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#backfillingBoolean

Returns the value of attribute backfilling.

Returns:



773
774
775
# File 'sig/types.rbs', line 773

def backfilling
  @backfilling
end

#index_arn::String

Returns the value of attribute index_arn.

Returns:



777
778
779
# File 'sig/types.rbs', line 777

def index_arn
  @index_arn
end

#index_name::String

Returns the value of attribute index_name.

Returns:



769
770
771
# File 'sig/types.rbs', line 769

def index_name
  @index_name
end

#index_size_bytes::Integer

Returns the value of attribute index_size_bytes.

Returns:



775
776
777
# File 'sig/types.rbs', line 775

def index_size_bytes
  @index_size_bytes
end

#index_status"CREATING", ...

Returns the value of attribute index_status.

Returns:



772
773
774
# File 'sig/types.rbs', line 772

def index_status
  @index_status
end

#item_count::Integer

Returns the value of attribute item_count.

Returns:



776
777
778
# File 'sig/types.rbs', line 776

def item_count
  @item_count
end

#key_schema::Array[Types::KeySchemaElement]

Returns the value of attribute key_schema.

Returns:



770
771
772
# File 'sig/types.rbs', line 770

def key_schema
  @key_schema
end

#on_demand_throughputTypes::OnDemandThroughput

Returns the value of attribute on_demand_throughput.

Returns:



778
779
780
# File 'sig/types.rbs', line 778

def on_demand_throughput
  @on_demand_throughput
end

#projectionTypes::Projection

Returns the value of attribute projection.

Returns:



771
772
773
# File 'sig/types.rbs', line 771

def projection
  @projection
end

#provisioned_throughputTypes::ProvisionedThroughputDescription

Returns the value of attribute provisioned_throughput.

Returns:



774
775
776
# File 'sig/types.rbs', line 774

def provisioned_throughput
  @provisioned_throughput
end

#warm_throughputTypes::GlobalSecondaryIndexWarmThroughputDescription

Returns the value of attribute warm_throughput.

Returns:



779
780
781
# File 'sig/types.rbs', line 779

def warm_throughput
  @warm_throughput
end