Class: Aws::Types::GetTableAutoScalingSettingsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_specificationTypes::AutoScalingSpecification

Returns the value of attribute auto_scaling_specification.

Returns:



205
206
207
# File 'sig/types.rbs', line 205

def auto_scaling_specification
  @auto_scaling_specification
end

#keyspace_name::String

Returns the value of attribute keyspace_name.

Returns:



202
203
204
# File 'sig/types.rbs', line 202

def keyspace_name
  @keyspace_name
end

#replica_specifications::Array[Types::ReplicaAutoScalingSpecification]

Returns the value of attribute replica_specifications.

Returns:



206
207
208
# File 'sig/types.rbs', line 206

def replica_specifications
  @replica_specifications
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:



204
205
206
# File 'sig/types.rbs', line 204

def resource_arn
  @resource_arn
end

#table_name::String

Returns the value of attribute table_name.

Returns:



203
204
205
# File 'sig/types.rbs', line 203

def table_name
  @table_name
end