Class: Aws::Keyspaces::Types::GetTableAutoScalingSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::GetTableAutoScalingSettingsResponse
- Defined in:
- gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_specification ⇒ Types::AutoScalingSpecification
The auto scaling settings of the table.
-
#keyspace_name ⇒ String
The name of the keyspace.
-
#replica_specifications ⇒ Array<Types::ReplicaAutoScalingSpecification>
The Amazon Web Services Region specific settings of a multi-Region table.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the table.
-
#table_name ⇒ String
The name of the table.
Instance Attribute Details
#auto_scaling_specification ⇒ Types::AutoScalingSpecification
The auto scaling settings of the table.
959 960 961 962 963 964 965 966 967 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 959 class GetTableAutoScalingSettingsResponse < Struct.new( :keyspace_name, :table_name, :resource_arn, :auto_scaling_specification, :replica_specifications) SENSITIVE = [] include Aws::Structure end |
#keyspace_name ⇒ String
The name of the keyspace.
959 960 961 962 963 964 965 966 967 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 959 class GetTableAutoScalingSettingsResponse < Struct.new( :keyspace_name, :table_name, :resource_arn, :auto_scaling_specification, :replica_specifications) SENSITIVE = [] include Aws::Structure end |
#replica_specifications ⇒ Array<Types::ReplicaAutoScalingSpecification>
The Amazon Web Services Region specific settings of a multi-Region table. Returns the settings for all Regions the table is replicated in.
959 960 961 962 963 964 965 966 967 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 959 class GetTableAutoScalingSettingsResponse < Struct.new( :keyspace_name, :table_name, :resource_arn, :auto_scaling_specification, :replica_specifications) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the table.
959 960 961 962 963 964 965 966 967 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 959 class GetTableAutoScalingSettingsResponse < Struct.new( :keyspace_name, :table_name, :resource_arn, :auto_scaling_specification, :replica_specifications) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table.
959 960 961 962 963 964 965 966 967 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 959 class GetTableAutoScalingSettingsResponse < Struct.new( :keyspace_name, :table_name, :resource_arn, :auto_scaling_specification, :replica_specifications) SENSITIVE = [] include Aws::Structure end |