Class: Aws::Types::ReplicaGlobalSecondaryIndex

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)


1320
1321
1322
# File 'sig/types.rbs', line 1320

def index_name
  @index_name
end

#on_demand_throughput_overrideTypes::OnDemandThroughputOverride

Returns the value of attribute on_demand_throughput_override.



1322
1323
1324
# File 'sig/types.rbs', line 1322

def on_demand_throughput_override
  @on_demand_throughput_override
end

#provisioned_throughput_overrideTypes::ProvisionedThroughputOverride

Returns the value of attribute provisioned_throughput_override.



1321
1322
1323
# File 'sig/types.rbs', line 1321

def provisioned_throughput_override
  @provisioned_throughput_override
end