Class: Aws::Types::ShrinkAutonomousDatabaseOutput

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)


2325
2326
2327
# File 'sig/types.rbs', line 2325

def autonomous_database_id
  @autonomous_database_id
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2326
2327
2328
# File 'sig/types.rbs', line 2326

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")


2327
2328
2329
# File 'sig/types.rbs', line 2327

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


2328
2329
2330
# File 'sig/types.rbs', line 2328

def status_reason
  @status_reason
end