Class: Aws::Types::BackupSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_arn::String

Returns the value of attribute backup_arn.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def backup_arn
  @backup_arn
end

#backup_creation_date_time::Time

Returns the value of attribute backup_creation_date_time.

Returns:

  • (::Time)


124
125
126
# File 'sig/types.rbs', line 124

def backup_creation_date_time
  @backup_creation_date_time
end

#backup_expiry_date_time::Time

Returns the value of attribute backup_expiry_date_time.

Returns:

  • (::Time)


125
126
127
# File 'sig/types.rbs', line 125

def backup_expiry_date_time
  @backup_expiry_date_time
end

#backup_name::String

Returns the value of attribute backup_name.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def backup_name
  @backup_name
end

#backup_size_bytes::Integer

Returns the value of attribute backup_size_bytes.

Returns:

  • (::Integer)


128
129
130
# File 'sig/types.rbs', line 128

def backup_size_bytes
  @backup_size_bytes
end

#backup_status"CREATING", ...

Returns the value of attribute backup_status.

Returns:

  • ("CREATING", "DELETED", "AVAILABLE")


126
127
128
# File 'sig/types.rbs', line 126

def backup_status
  @backup_status
end

#backup_type"USER", ...

Returns the value of attribute backup_type.

Returns:

  • ("USER", "SYSTEM", "AWS_BACKUP")


127
128
129
# File 'sig/types.rbs', line 127

def backup_type
  @backup_type
end

#table_arn::String

Returns the value of attribute table_arn.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def table_arn
  @table_arn
end

#table_id::String

Returns the value of attribute table_id.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def table_id
  @table_id
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def table_name
  @table_name
end