Class: Aws::Types::DbBackupSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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

def created_at
  @created_at
end

#db_resource_id::String

Returns the value of attribute db_resource_id.

Returns:

  • (::String)


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

def db_resource_id
  @db_resource_id
end

#deployment_type"SINGLE_AZ", ...

Returns the value of attribute deployment_type.

Returns:

  • ("SINGLE_AZ", "WITH_MULTIAZ_STANDBY", "MULTI_NODE_READ_REPLICAS")


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

def deployment_type
  @deployment_type
end

#engine_type"INFLUXDB_V2", ...

Returns the value of attribute engine_type.

Returns:

  • ("INFLUXDB_V2", "INFLUXDB_V3_CORE", "INFLUXDB_V3_ENTERPRISE")


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

def engine_type
  @engine_type
end

#expires_after::String

Returns the value of attribute expires_after.

Returns:

  • (::String)


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

def expires_after
  @expires_after
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


188
189
190
# File 'sig/types.rbs', line 188

def id
  @id
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


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

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


189
190
191
# File 'sig/types.rbs', line 189

def name
  @name
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "COMPLETED", "FAILED", "DELETING", "DELETED")


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

def status
  @status
end

#type"HOURLY", ...

Returns the value of attribute type.

Returns:

  • ("HOURLY", "DAILY", "WEEKLY", "MONTHLY", "CUSTOM_SCHEDULE", "ON_DEMAND", "CONTINUOUS")


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

def type
  @type
end