Class: Aws::Types::BackupDetails

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)


98
99
100
# File 'sig/types.rbs', line 98

def backup_arn
  @backup_arn
end

#backup_creation_date_time::Time

Returns the value of attribute backup_creation_date_time.

Returns:

  • (::Time)


103
104
105
# File 'sig/types.rbs', line 103

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)


104
105
106
# File 'sig/types.rbs', line 104

def backup_expiry_date_time
  @backup_expiry_date_time
end

#backup_name::String

Returns the value of attribute backup_name.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def backup_name
  @backup_name
end

#backup_size_bytes::Integer

Returns the value of attribute backup_size_bytes.

Returns:

  • (::Integer)


100
101
102
# File 'sig/types.rbs', line 100

def backup_size_bytes
  @backup_size_bytes
end

#backup_status"CREATING", ...

Returns the value of attribute backup_status.

Returns:

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


101
102
103
# File 'sig/types.rbs', line 101

def backup_status
  @backup_status
end

#backup_type"USER", ...

Returns the value of attribute backup_type.

Returns:

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


102
103
104
# File 'sig/types.rbs', line 102

def backup_type
  @backup_type
end