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)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


9285
9286
9287
# File 'sig/types.rbs', line 9285

def sql_server_credentials
  @sql_server_credentials
end