Class: Aws::Types::DescribeBackupJobOutput

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)


610
611
612
# File 'sig/types.rbs', line 610

def 
  @account_id
end

#backup_job_id::String

Returns the value of attribute backup_job_id.

Returns:

  • (::String)


611
612
613
# File 'sig/types.rbs', line 611

def backup_job_id
  @backup_job_id
end

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

Returns the value of attribute backup_options.

Returns:

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


633
634
635
# File 'sig/types.rbs', line 633

def backup_options
  @backup_options
end

#backup_size_in_bytes::Integer

Returns the value of attribute backup_size_in_bytes.

Returns:

  • (::Integer)


626
627
628
# File 'sig/types.rbs', line 626

def backup_size_in_bytes
  @backup_size_in_bytes
end

#backup_type::String

Returns the value of attribute backup_type.

Returns:

  • (::String)


634
635
636
# File 'sig/types.rbs', line 634

def backup_type
  @backup_type
end

#backup_vault_arn::String

Returns the value of attribute backup_vault_arn.

Returns:

  • (::String)


614
615
616
# File 'sig/types.rbs', line 614

def backup_vault_arn
  @backup_vault_arn
end

#backup_vault_name::String

Returns the value of attribute backup_vault_name.

Returns:

  • (::String)


612
613
614
# File 'sig/types.rbs', line 612

def backup_vault_name
  @backup_vault_name
end

#bytes_transferred::Integer

Returns the value of attribute bytes_transferred.

Returns:

  • (::Integer)


630
631
632
# File 'sig/types.rbs', line 630

def bytes_transferred
  @bytes_transferred
end

#child_jobs_in_state::Hash[("CREATED" | "PENDING" | "RUNNING" | "ABORTING" | "ABORTED" | "COMPLETED" | "FAILED" | "EXPIRED" | "PARTIAL"), ::Integer]

Returns the value of attribute child_jobs_in_state.

Returns:

  • (::Hash[("CREATED" | "PENDING" | "RUNNING" | "ABORTING" | "ABORTED" | "COMPLETED" | "FAILED" | "EXPIRED" | "PARTIAL"), ::Integer])


638
639
640
# File 'sig/types.rbs', line 638

def child_jobs_in_state
  @child_jobs_in_state
end

#completion_date::Time

Returns the value of attribute completion_date.

Returns:

  • (::Time)


622
623
624
# File 'sig/types.rbs', line 622

def completion_date
  @completion_date
end

#created_byTypes::RecoveryPointCreator

Returns the value of attribute created_by.



628
629
630
# File 'sig/types.rbs', line 628

def created_by
  @created_by
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


621
622
623
# File 'sig/types.rbs', line 621

def creation_date
  @creation_date
end

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


618
619
620
# File 'sig/types.rbs', line 618

def encryption_key_arn
  @encryption_key_arn
end

#expected_completion_date::Time

Returns the value of attribute expected_completion_date.

Returns:

  • (::Time)


631
632
633
# File 'sig/types.rbs', line 631

def expected_completion_date
  @expected_completion_date
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


627
628
629
# File 'sig/types.rbs', line 627

def iam_role_arn
  @iam_role_arn
end

#initiation_date::Time

Returns the value of attribute initiation_date.

Returns:

  • (::Time)


640
641
642
# File 'sig/types.rbs', line 640

def initiation_date
  @initiation_date
end

#is_encryptedBoolean

Returns the value of attribute is_encrypted.

Returns:

  • (Boolean)


619
620
621
# File 'sig/types.rbs', line 619

def is_encrypted
  @is_encrypted
end

#is_parentBoolean

Returns the value of attribute is_parent.

Returns:

  • (Boolean)


636
637
638
# File 'sig/types.rbs', line 636

def is_parent
  @is_parent
end

#message_category::String

Returns the value of attribute message_category.

Returns:

  • (::String)


641
642
643
# File 'sig/types.rbs', line 641

def message_category
  @message_category
end

#number_of_child_jobs::Integer

Returns the value of attribute number_of_child_jobs.

Returns:

  • (::Integer)


637
638
639
# File 'sig/types.rbs', line 637

def number_of_child_jobs
  @number_of_child_jobs
end

#parent_job_id::String

Returns the value of attribute parent_job_id.

Returns:

  • (::String)


635
636
637
# File 'sig/types.rbs', line 635

def parent_job_id
  @parent_job_id
end

#percent_done::String

Returns the value of attribute percent_done.

Returns:

  • (::String)


625
626
627
# File 'sig/types.rbs', line 625

def percent_done
  @percent_done
end

#recovery_point_arn::String

Returns the value of attribute recovery_point_arn.

Returns:

  • (::String)


617
618
619
# File 'sig/types.rbs', line 617

def recovery_point_arn
  @recovery_point_arn
end

#recovery_point_lifecycleTypes::Lifecycle

Returns the value of attribute recovery_point_lifecycle.

Returns:



613
614
615
# File 'sig/types.rbs', line 613

def recovery_point_lifecycle
  @recovery_point_lifecycle
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


620
621
622
# File 'sig/types.rbs', line 620

def resource_arn
  @resource_arn
end

#resource_name::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


639
640
641
# File 'sig/types.rbs', line 639

def resource_name
  @resource_name
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


629
630
631
# File 'sig/types.rbs', line 629

def resource_type
  @resource_type
end

#start_by::Time

Returns the value of attribute start_by.

Returns:

  • (::Time)


632
633
634
# File 'sig/types.rbs', line 632

def start_by
  @start_by
end

#state"CREATED", ...

Returns the value of attribute state.

Returns:

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


623
624
625
# File 'sig/types.rbs', line 623

def state
  @state
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


624
625
626
# File 'sig/types.rbs', line 624

def status_message
  @status_message
end

#vault_lock_state::String

Returns the value of attribute vault_lock_state.

Returns:

  • (::String)


616
617
618
# File 'sig/types.rbs', line 616

def vault_lock_state
  @vault_lock_state
end

#vault_type::String

Returns the value of attribute vault_type.

Returns:

  • (::String)


615
616
617
# File 'sig/types.rbs', line 615

def vault_type
  @vault_type
end