Class: Aws::Types::ProtectedResource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_backup_time::Time

Returns the value of attribute last_backup_time.

Returns:

  • (::Time)


1718
1719
1720
# File 'sig/types.rbs', line 1718

def last_backup_time
  @last_backup_time
end

#last_backup_vault_arn::String

Returns the value of attribute last_backup_vault_arn.

Returns:

  • (::String)


1720
1721
1722
# File 'sig/types.rbs', line 1720

def last_backup_vault_arn
  @last_backup_vault_arn
end

#last_recovery_point_arn::String

Returns the value of attribute last_recovery_point_arn.

Returns:

  • (::String)


1721
1722
1723
# File 'sig/types.rbs', line 1721

def last_recovery_point_arn
  @last_recovery_point_arn
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1716
1717
1718
# File 'sig/types.rbs', line 1716

def resource_arn
  @resource_arn
end

#resource_name::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


1719
1720
1721
# File 'sig/types.rbs', line 1719

def resource_name
  @resource_name
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1717
1718
1719
# File 'sig/types.rbs', line 1717

def resource_type
  @resource_type
end