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.
9286 9287 9288 |
# File 'sig/types.rbs', line 9286 def dry_run @dry_run end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
9284 9285 9286 |
# File 'sig/types.rbs', line 9284 def instance_ids @instance_ids end |
#sql_server_credentials ⇒ ::String
Returns the value of attribute sql_server_credentials.
9285 9286 9287 |
# File 'sig/types.rbs', line 9285 def sql_server_credentials @sql_server_credentials end |