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)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


8970
8971
8972
# File 'sig/types.rbs', line 8970

def sql_server_credentials
  @sql_server_credentials
end