Class: Aws::Types::BackupJob

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def 
  @account_id
end

#backup_job_id::String

Returns the value of attribute backup_job_id.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def backup_job_id
  @backup_job_id
end

#backup_options::Hash[::String, ::String]

Returns the value of attribute backup_options.

Returns:

  • (::Hash[::String, ::String])


65
66
67
# File 'sig/types.rbs', line 65

def backup_options
  @backup_options
end

#backup_size_in_bytes::Integer

Returns the value of attribute backup_size_in_bytes.

Returns:

  • (::Integer)


58
59
60
# File 'sig/types.rbs', line 58

def backup_size_in_bytes
  @backup_size_in_bytes
end

#backup_type::String

Returns the value of attribute backup_type.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def backup_type
  @backup_type
end

#backup_vault_arn::String

Returns the value of attribute backup_vault_arn.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def backup_vault_arn
  @backup_vault_arn
end

#backup_vault_name::String

Returns the value of attribute backup_vault_name.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def backup_vault_name
  @backup_vault_name
end

#bytes_transferred::Integer

Returns the value of attribute bytes_transferred.

Returns:

  • (::Integer)


64
65
66
# File 'sig/types.rbs', line 64

def bytes_transferred
  @bytes_transferred
end

#completion_date::Time

Returns the value of attribute completion_date.

Returns:

  • (::Time)


54
55
56
# File 'sig/types.rbs', line 54

def completion_date
  @completion_date
end

#created_byTypes::RecoveryPointCreator

Returns the value of attribute created_by.



60
61
62
# File 'sig/types.rbs', line 60

def created_by
  @created_by
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


53
54
55
# File 'sig/types.rbs', line 53

def creation_date
  @creation_date
end

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def encryption_key_arn
  @encryption_key_arn
end

#expected_completion_date::Time

Returns the value of attribute expected_completion_date.

Returns:

  • (::Time)


61
62
63
# File 'sig/types.rbs', line 61

def expected_completion_date
  @expected_completion_date
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def iam_role_arn
  @iam_role_arn
end

#initiation_date::Time

Returns the value of attribute initiation_date.

Returns:

  • (::Time)


70
71
72
# File 'sig/types.rbs', line 70

def initiation_date
  @initiation_date
end

#is_encryptedBoolean

Returns the value of attribute is_encrypted.

Returns:

  • (Boolean)


51
52
53
# File 'sig/types.rbs', line 51

def is_encrypted
  @is_encrypted
end

#is_parentBoolean

Returns the value of attribute is_parent.

Returns:

  • (Boolean)


68
69
70
# File 'sig/types.rbs', line 68

def is_parent
  @is_parent
end

#message_category::String

Returns the value of attribute message_category.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def message_category
  @message_category
end

#parent_job_id::String

Returns the value of attribute parent_job_id.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def parent_job_id
  @parent_job_id
end

#percent_done::String

Returns the value of attribute percent_done.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def percent_done
  @percent_done
end

#recovery_point_arn::String

Returns the value of attribute recovery_point_arn.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def recovery_point_arn
  @recovery_point_arn
end

#recovery_point_lifecycleTypes::Lifecycle

Returns the value of attribute recovery_point_lifecycle.

Returns:



49
50
51
# File 'sig/types.rbs', line 49

def recovery_point_lifecycle
  @recovery_point_lifecycle
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def resource_arn
  @resource_arn
end

#resource_name::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def resource_name
  @resource_name
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def resource_type
  @resource_type
end

#start_by::Time

Returns the value of attribute start_by.

Returns:

  • (::Time)


62
63
64
# File 'sig/types.rbs', line 62

def start_by
  @start_by
end

#state"CREATED", ...

Returns the value of attribute state.

Returns:

  • ("CREATED", "PENDING", "RUNNING", "ABORTING", "ABORTED", "COMPLETED", "FAILED", "EXPIRED", "PARTIAL")


55
56
57
# File 'sig/types.rbs', line 55

def state
  @state
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def status_message
  @status_message
end

#vault_lock_state::String

Returns the value of attribute vault_lock_state.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def vault_lock_state
  @vault_lock_state
end

#vault_type::String

Returns the value of attribute vault_type.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def vault_type
  @vault_type
end