Class: Aws::Types::ListRestoreJobsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#by_account_id::String

Returns the value of attribute by_account_id.

Returns:

  • (::String)


1598
1599
1600
# File 'sig/types.rbs', line 1598

def 
  @by_account_id
end

#by_complete_after::Time

Returns the value of attribute by_complete_after.

Returns:

  • (::Time)


1604
1605
1606
# File 'sig/types.rbs', line 1604

def by_complete_after
  @by_complete_after
end

#by_complete_before::Time

Returns the value of attribute by_complete_before.

Returns:

  • (::Time)


1603
1604
1605
# File 'sig/types.rbs', line 1603

def by_complete_before
  @by_complete_before
end

#by_created_after::Time

Returns the value of attribute by_created_after.

Returns:

  • (::Time)


1601
1602
1603
# File 'sig/types.rbs', line 1601

def by_created_after
  @by_created_after
end

#by_created_before::Time

Returns the value of attribute by_created_before.

Returns:

  • (::Time)


1600
1601
1602
# File 'sig/types.rbs', line 1600

def by_created_before
  @by_created_before
end

#by_parent_job_id::String

Returns the value of attribute by_parent_job_id.

Returns:

  • (::String)


1606
1607
1608
# File 'sig/types.rbs', line 1606

def by_parent_job_id
  @by_parent_job_id
end

#by_resource_type::String

Returns the value of attribute by_resource_type.

Returns:

  • (::String)


1599
1600
1601
# File 'sig/types.rbs', line 1599

def by_resource_type
  @by_resource_type
end

#by_restore_testing_plan_arn::String

Returns the value of attribute by_restore_testing_plan_arn.

Returns:

  • (::String)


1605
1606
1607
# File 'sig/types.rbs', line 1605

def by_restore_testing_plan_arn
  @by_restore_testing_plan_arn
end

#by_status"PENDING", ...

Returns the value of attribute by_status.

Returns:

  • ("PENDING", "RUNNING", "COMPLETED", "ABORTED", "FAILED")


1602
1603
1604
# File 'sig/types.rbs', line 1602

def by_status
  @by_status
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1597
1598
1599
# File 'sig/types.rbs', line 1597

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1596
1597
1598
# File 'sig/types.rbs', line 1596

def next_token
  @next_token
end