Class: Aws::Types::EnableInstanceSqlHaStandbyDetectionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::EnableInstanceSqlHaStandbyDetectionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
-
#sql_server_credentials ⇒ ::String
Returns the value of attribute sql_server_credentials.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
9196 9197 9198 |
# File 'sig/types.rbs', line 9196 def dry_run @dry_run end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
9194 9195 9196 |
# File 'sig/types.rbs', line 9194 def instance_ids @instance_ids end |
#sql_server_credentials ⇒ ::String
Returns the value of attribute sql_server_credentials.
9195 9196 9197 |
# File 'sig/types.rbs', line 9195 def sql_server_credentials @sql_server_credentials end |