Class: Aws::Types::CreateAutonomousDatabaseBackupOutput

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)


755
756
757
# File 'sig/types.rbs', line 755

def autonomous_database_backup_id
  @autonomous_database_backup_id
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


752
753
754
# File 'sig/types.rbs', line 752

def display_name
  @display_name
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

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


753
754
755
# File 'sig/types.rbs', line 753

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


754
755
756
# File 'sig/types.rbs', line 754

def status_reason
  @status_reason
end