Class: Aws::Types::SwitchoverAutonomousDatabaseOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#autonomous_database_id::String

Returns the value of attribute autonomous_database_id.

Returns:

  • (::String)


2432
2433
2434
# File 'sig/types.rbs', line 2432

def autonomous_database_id
  @autonomous_database_id
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2433
2434
2435
# File 'sig/types.rbs', line 2433

def display_name
  @display_name
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS", "STOPPING", "STOPPED", "STARTING", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "RESTORE_FAILED", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "RESTARTING", "RECREATING", "ROLE_CHANGE_IN_PROGRESS", "UPGRADING", "INACCESSIBLE", "STANDBY")


2434
2435
2436
# File 'sig/types.rbs', line 2434

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


2435
2436
2437
# File 'sig/types.rbs', line 2435

def status_reason
  @status_reason
end