Class: Aws::Types::AuroraProvisionedScalingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AuroraProvisionedScalingConfiguration
- 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.
-
#instance_arns ⇒ ::Hash[::String, ::String]
Returns the value of attribute instance_arns.
-
#region_database_cluster_arns ⇒ ::Hash[::String, ::String]
Returns the value of attribute region_database_cluster_arns.
-
#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.
92 93 94 |
# File 'sig/types.rbs', line 92 def cross_account_role @cross_account_role end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
93 94 95 |
# File 'sig/types.rbs', line 93 def external_id @external_id end |
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
94 95 96 |
# File 'sig/types.rbs', line 94 def global_cluster_identifier @global_cluster_identifier end |
#instance_arns ⇒ ::Hash[::String, ::String]
Returns the value of attribute instance_arns.
96 97 98 |
# File 'sig/types.rbs', line 96 def instance_arns @instance_arns end |
#region_database_cluster_arns ⇒ ::Hash[::String, ::String]
Returns the value of attribute region_database_cluster_arns.
95 96 97 |
# File 'sig/types.rbs', line 95 def region_database_cluster_arns @region_database_cluster_arns end |
#timeout_minutes ⇒ ::Integer
Returns the value of attribute timeout_minutes.
91 92 93 |
# File 'sig/types.rbs', line 91 def timeout_minutes @timeout_minutes end |