Class: Aws::Types::ReplicaGlobalSecondaryIndexDescription

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)


1341
1342
1343
# File 'sig/types.rbs', line 1341

def index_name
  @index_name
end

#on_demand_throughput_overrideTypes::OnDemandThroughputOverride

Returns the value of attribute on_demand_throughput_override.



1343
1344
1345
# File 'sig/types.rbs', line 1343

def on_demand_throughput_override
  @on_demand_throughput_override
end

#provisioned_throughput_overrideTypes::ProvisionedThroughputOverride

Returns the value of attribute provisioned_throughput_override.



1342
1343
1344
# File 'sig/types.rbs', line 1342

def provisioned_throughput_override
  @provisioned_throughput_override
end

#warm_throughputTypes::GlobalSecondaryIndexWarmThroughputDescription

Returns the value of attribute warm_throughput.



1344
1345
1346
# File 'sig/types.rbs', line 1344

def warm_throughput
  @warm_throughput
end