Class: Aws::Types::ListIndexedRecoveryPointsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_after::Time

Returns the value of attribute created_after.

Returns:

  • (::Time)


1424
1425
1426
# File 'sig/types.rbs', line 1424

def created_after
  @created_after
end

#created_before::Time

Returns the value of attribute created_before.

Returns:

  • (::Time)


1423
1424
1425
# File 'sig/types.rbs', line 1423

def created_before
  @created_before
end

#index_status"PENDING", ...

Returns the value of attribute index_status.

Returns:

  • ("PENDING", "ACTIVE", "FAILED", "DELETING")


1426
1427
1428
# File 'sig/types.rbs', line 1426

def index_status
  @index_status
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1421
1422
1423
# File 'sig/types.rbs', line 1421

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1420
1421
1422
# File 'sig/types.rbs', line 1420

def next_token
  @next_token
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1425
1426
1427
# File 'sig/types.rbs', line 1425

def resource_type
  @resource_type
end

#source_resource_arn::String

Returns the value of attribute source_resource_arn.

Returns:

  • (::String)


1422
1423
1424
# File 'sig/types.rbs', line 1422

def source_resource_arn
  @source_resource_arn
end