Class: Aws::Types::UpdateAutonomousDatabaseBackupOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#autonomous_database_backup_id::String

Returns the value of attribute autonomous_database_backup_id.

Returns:

  • (::String)


2485
2486
2487
# File 'sig/types.rbs', line 2485

def autonomous_database_backup_id
  @autonomous_database_backup_id
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2482
2483
2484
# File 'sig/types.rbs', line 2482

def display_name
  @display_name
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS")


2483
2484
2485
# File 'sig/types.rbs', line 2483

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


2484
2485
2486
# File 'sig/types.rbs', line 2484

def status_reason
  @status_reason
end