Class: Aws::Types::Backup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_id::String

Returns the value of attribute backup_id.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def backup_id
  @backup_id
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


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

def creation_time
  @creation_time
end

#directory_informationTypes::ActiveDirectoryBackupAttributes

Returns the value of attribute directory_information.



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

def directory_information
  @directory_information
end

#failure_detailsTypes::BackupFailureDetails

Returns the value of attribute failure_details.



94
95
96
# File 'sig/types.rbs', line 94

def failure_details
  @failure_details
end

#file_systemTypes::FileSystem

Returns the value of attribute file_system.

Returns:



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

def file_system
  @file_system
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


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

def kms_key_id
  @kms_key_id
end

#lifecycle"AVAILABLE", ...

Returns the value of attribute lifecycle.

Returns:

  • ("AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED", "PENDING", "COPYING")


93
94
95
# File 'sig/types.rbs', line 93

def lifecycle
  @lifecycle
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


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

def owner_id
  @owner_id
end

#progress_percent::Integer

Returns the value of attribute progress_percent.

Returns:

  • (::Integer)


96
97
98
# File 'sig/types.rbs', line 96

def progress_percent
  @progress_percent
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


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

def resource_arn
  @resource_arn
end

#resource_type"FILE_SYSTEM", "VOLUME"

Returns the value of attribute resource_type.

Returns:

  • ("FILE_SYSTEM", "VOLUME")


106
107
108
# File 'sig/types.rbs', line 106

def resource_type
  @resource_type
end

#size_in_bytes::Integer

Returns the value of attribute size_in_bytes.

Returns:

  • (::Integer)


108
109
110
# File 'sig/types.rbs', line 108

def size_in_bytes
  @size_in_bytes
end

#source_backup_id::String

Returns the value of attribute source_backup_id.

Returns:

  • (::String)


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

def source_backup_id
  @source_backup_id
end

#source_backup_region::String

Returns the value of attribute source_backup_region.

Returns:

  • (::String)


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

def source_backup_region
  @source_backup_region
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end

#type"AUTOMATIC", ...

Returns the value of attribute type.

Returns:

  • ("AUTOMATIC", "USER_INITIATED", "AWS_BACKUP")


95
96
97
# File 'sig/types.rbs', line 95

def type
  @type
end

#volumeTypes::Volume

Returns the value of attribute volume.

Returns:



107
108
109
# File 'sig/types.rbs', line 107

def volume
  @volume
end