Class: Aws::Types::AutonomousDatabaseBackupSummary

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_arn::String

Returns the value of attribute autonomous_database_backup_arn.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

def autonomous_database_backup_arn
  @autonomous_database_backup_arn
end

#autonomous_database_backup_id::String

Returns the value of attribute autonomous_database_backup_id.

Returns:

  • (::String)


210
211
212
# File 'sig/types.rbs', line 210

def autonomous_database_backup_id
  @autonomous_database_backup_id
end

#autonomous_database_id::String

Returns the value of attribute autonomous_database_id.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def autonomous_database_id
  @autonomous_database_id
end

#db_version::String

Returns the value of attribute db_version.

Returns:

  • (::String)


215
216
217
# File 'sig/types.rbs', line 215

def db_version
  @db_version
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


214
215
216
# File 'sig/types.rbs', line 214

def display_name
  @display_name
end

#is_automaticBoolean

Returns the value of attribute is_automatic.

Returns:

  • (Boolean)


218
219
220
# File 'sig/types.rbs', line 218

def is_automatic
  @is_automatic
end

#ocid::String

Returns the value of attribute ocid.

Returns:

  • (::String)


213
214
215
# File 'sig/types.rbs', line 213

def ocid
  @ocid
end

#retention_period_in_days::Integer

Returns the value of attribute retention_period_in_days.

Returns:

  • (::Integer)


219
220
221
# File 'sig/types.rbs', line 219

def retention_period_in_days
  @retention_period_in_days
end

#size_in_t_bs::Float

Returns the value of attribute size_in_t_bs.

Returns:

  • (::Float)


220
221
222
# File 'sig/types.rbs', line 220

def size_in_t_bs
  @size_in_t_bs
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "CREATING", "UPDATING", "DELETING", "FAILED")


216
217
218
# File 'sig/types.rbs', line 216

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def status_reason
  @status_reason
end

#time_available_till::Time

Returns the value of attribute time_available_till.

Returns:

  • (::Time)


221
222
223
# File 'sig/types.rbs', line 221

def time_available_till
  @time_available_till
end

#time_ended::Time

Returns the value of attribute time_ended.

Returns:

  • (::Time)


223
224
225
# File 'sig/types.rbs', line 223

def time_ended
  @time_ended
end

#time_started::Time

Returns the value of attribute time_started.

Returns:

  • (::Time)


222
223
224
# File 'sig/types.rbs', line 222

def time_started
  @time_started
end

#type"INCREMENTAL", ...

Returns the value of attribute type.

Returns:

  • ("INCREMENTAL", "FULL", "LONGTERM", "VIRTUAL_FULL", "CUMULATIVE_INCREMENTAL", "ROLL_FORWARD_IMAGE_COPY")


224
225
226
# File 'sig/types.rbs', line 224

def type
  @type
end