Class: Aws::Types::StopAutonomousDatabaseOutput

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)


2391
2392
2393
# File 'sig/types.rbs', line 2391

def autonomous_database_id
  @autonomous_database_id
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2392
2393
2394
# File 'sig/types.rbs', line 2392

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


2393
2394
2395
# File 'sig/types.rbs', line 2393

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


2394
2395
2396
# File 'sig/types.rbs', line 2394

def status_reason
  @status_reason
end