Class: Aws::Types::AutonomousDatabaseBackup

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)


192
193
194
# File 'sig/types.rbs', line 192

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)


191
192
193
# File 'sig/types.rbs', line 191

def autonomous_database_backup_id
  @autonomous_database_backup_id
end

#autonomous_database_id::String

Returns the value of attribute autonomous_database_id.

Returns:

  • (::String)


193
194
195
# File 'sig/types.rbs', line 193

def autonomous_database_id
  @autonomous_database_id
end

#db_version::String

Returns the value of attribute db_version.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def db_version
  @db_version
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def display_name
  @display_name
end

#is_automaticBoolean

Returns the value of attribute is_automatic.

Returns:

  • (Boolean)


199
200
201
# File 'sig/types.rbs', line 199

def is_automatic
  @is_automatic
end

#ocid::String

Returns the value of attribute ocid.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def ocid
  @ocid
end

#retention_period_in_days::Integer

Returns the value of attribute retention_period_in_days.

Returns:

  • (::Integer)


200
201
202
# File 'sig/types.rbs', line 200

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)


201
202
203
# File 'sig/types.rbs', line 201

def size_in_t_bs
  @size_in_t_bs
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


197
198
199
# File 'sig/types.rbs', line 197

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def status_reason
  @status_reason
end

#time_available_till::Time

Returns the value of attribute time_available_till.

Returns:

  • (::Time)


202
203
204
# File 'sig/types.rbs', line 202

def time_available_till
  @time_available_till
end

#time_ended::Time

Returns the value of attribute time_ended.

Returns:

  • (::Time)


204
205
206
# File 'sig/types.rbs', line 204

def time_ended
  @time_ended
end

#time_started::Time

Returns the value of attribute time_started.

Returns:

  • (::Time)


203
204
205
# File 'sig/types.rbs', line 203

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


205
206
207
# File 'sig/types.rbs', line 205

def type
  @type
end