Class: Aws::Types::EnableInstanceSqlHaStandbyDetectionsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


9195
9196
9197
# File 'sig/types.rbs', line 9195

def sql_server_credentials
  @sql_server_credentials
end