Class: Aws::Types::UpdateReplicationGroupMemberAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#global_secondary_indexes::Array[Types::ReplicaGlobalSecondaryIndex]

Returns the value of attribute global_secondary_indexes.



1885
1886
1887
# File 'sig/types.rbs', line 1885

def global_secondary_indexes
  @global_secondary_indexes
end

#kms_master_key_id::String

Returns the value of attribute kms_master_key_id.

Returns:

  • (::String)


1882
1883
1884
# File 'sig/types.rbs', line 1882

def kms_master_key_id
  @kms_master_key_id
end

#on_demand_throughput_overrideTypes::OnDemandThroughputOverride

Returns the value of attribute on_demand_throughput_override.



1884
1885
1886
# File 'sig/types.rbs', line 1884

def on_demand_throughput_override
  @on_demand_throughput_override
end

#provisioned_throughput_overrideTypes::ProvisionedThroughputOverride

Returns the value of attribute provisioned_throughput_override.



1883
1884
1885
# File 'sig/types.rbs', line 1883

def provisioned_throughput_override
  @provisioned_throughput_override
end

#region_name::String

Returns the value of attribute region_name.

Returns:

  • (::String)


1881
1882
1883
# File 'sig/types.rbs', line 1881

def region_name
  @region_name
end

#table_class_override"STANDARD", "STANDARD_INFREQUENT_ACCESS"

Returns the value of attribute table_class_override.

Returns:

  • ("STANDARD", "STANDARD_INFREQUENT_ACCESS")


1886
1887
1888
# File 'sig/types.rbs', line 1886

def table_class_override
  @table_class_override
end