Class: Aws::Keyspaces::Types::GetTableAutoScalingSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::GetTableAutoScalingSettingsResponse
- Includes:
- Structure
- Defined in:
- 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.
835 836 837 838 839 840 841 842 843 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 835 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.
835 836 837 838 839 840 841 842 843 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 835 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.
835 836 837 838 839 840 841 842 843 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 835 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.
835 836 837 838 839 840 841 842 843 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 835 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.
835 836 837 838 839 840 841 842 843 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 835 class GetTableAutoScalingSettingsResponse < Struct.new( :keyspace_name, :table_name, :resource_arn, :auto_scaling_specification, :replica_specifications) SENSITIVE = [] include Aws::Structure end |