Class: Aws::Types::ListRestoreJobsByProtectedResourceInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#by_recovery_point_creation_date_after::Time

Returns the value of attribute by_recovery_point_creation_date_after.

Returns:

  • (::Time)


1582
1583
1584
# File 'sig/types.rbs', line 1582

def by_recovery_point_creation_date_after
  @by_recovery_point_creation_date_after
end

#by_recovery_point_creation_date_before::Time

Returns the value of attribute by_recovery_point_creation_date_before.

Returns:

  • (::Time)


1583
1584
1585
# File 'sig/types.rbs', line 1583

def by_recovery_point_creation_date_before
  @by_recovery_point_creation_date_before
end

#by_status"PENDING", ...

Returns the value of attribute by_status.

Returns:

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


1581
1582
1583
# File 'sig/types.rbs', line 1581

def by_status
  @by_status
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1585
1586
1587
# File 'sig/types.rbs', line 1585

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1584
1585
1586
# File 'sig/types.rbs', line 1584

def next_token
  @next_token
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1580
1581
1582
# File 'sig/types.rbs', line 1580

def resource_arn
  @resource_arn
end