Class: Aws::Types::AuroraServerlessScalingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AuroraServerlessScalingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cross_account_role ⇒ ::String
Returns the value of attribute cross_account_role.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
-
#region_database_cluster_arns ⇒ ::Hash[::String, ::String]
Returns the value of attribute region_database_cluster_arns.
-
#target_percent ⇒ ::Integer
Returns the value of attribute target_percent.
-
#timeout_minutes ⇒ ::Integer
Returns the value of attribute timeout_minutes.
Instance Attribute Details
#cross_account_role ⇒ ::String
Returns the value of attribute cross_account_role.
102 103 104 |
# File 'sig/types.rbs', line 102 def cross_account_role @cross_account_role end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
103 104 105 |
# File 'sig/types.rbs', line 103 def external_id @external_id end |
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
104 105 106 |
# File 'sig/types.rbs', line 104 def global_cluster_identifier @global_cluster_identifier end |
#region_database_cluster_arns ⇒ ::Hash[::String, ::String]
Returns the value of attribute region_database_cluster_arns.
105 106 107 |
# File 'sig/types.rbs', line 105 def region_database_cluster_arns @region_database_cluster_arns end |
#target_percent ⇒ ::Integer
Returns the value of attribute target_percent.
106 107 108 |
# File 'sig/types.rbs', line 106 def target_percent @target_percent end |
#timeout_minutes ⇒ ::Integer
Returns the value of attribute timeout_minutes.
101 102 103 |
# File 'sig/types.rbs', line 101 def timeout_minutes @timeout_minutes end |