Class: Aws::Types::ReplicaAutoScalingUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#region_name::String

Returns the value of attribute region_name.

Returns:

  • (::String)


1296
1297
1298
# File 'sig/types.rbs', line 1296

def region_name
  @region_name
end

#replica_global_secondary_index_updates::Array[Types::ReplicaGlobalSecondaryIndexAutoScalingUpdate]

Returns the value of attribute replica_global_secondary_index_updates.



1297
1298
1299
# File 'sig/types.rbs', line 1297

def replica_global_secondary_index_updates
  @replica_global_secondary_index_updates
end

#replica_provisioned_read_capacity_auto_scaling_updateTypes::AutoScalingSettingsUpdate

Returns the value of attribute replica_provisioned_read_capacity_auto_scaling_update.



1298
1299
1300
# File 'sig/types.rbs', line 1298

def replica_provisioned_read_capacity_auto_scaling_update
  @replica_provisioned_read_capacity_auto_scaling_update
end