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.
8971 8972 8973 |
# File 'sig/types.rbs', line 8971 def dry_run @dry_run end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
8969 8970 8971 |
# File 'sig/types.rbs', line 8969 def instance_ids @instance_ids end |
#sql_server_credentials ⇒ ::String
Returns the value of attribute sql_server_credentials.
8970 8971 8972 |
# File 'sig/types.rbs', line 8970 def sql_server_credentials @sql_server_credentials end |