Class: Aws::Types::UpdateGlobalSecondaryIndexAction

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)


1802
1803
1804
# File 'sig/types.rbs', line 1802

def index_name
  @index_name
end

#on_demand_throughputTypes::OnDemandThroughput

Returns the value of attribute on_demand_throughput.



1804
1805
1806
# File 'sig/types.rbs', line 1804

def on_demand_throughput
  @on_demand_throughput
end

#provisioned_throughputTypes::ProvisionedThroughput

Returns the value of attribute provisioned_throughput.



1803
1804
1805
# File 'sig/types.rbs', line 1803

def provisioned_throughput
  @provisioned_throughput
end

#warm_throughputTypes::WarmThroughput

Returns the value of attribute warm_throughput.



1805
1806
1807
# File 'sig/types.rbs', line 1805

def warm_throughput
  @warm_throughput
end