Class: Aws::Types::ListRecoveryPointsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


554
555
556
# File 'sig/types.rbs', line 554

def end_time
  @end_time
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


555
556
557
# File 'sig/types.rbs', line 555

def max_results
  @max_results
end

#namespace_arn::String

Returns the value of attribute namespace_arn.

Returns:

  • (::String)


556
557
558
# File 'sig/types.rbs', line 556

def namespace_arn
  @namespace_arn
end

#namespace_name::String

Returns the value of attribute namespace_name.

Returns:

  • (::String)


557
558
559
# File 'sig/types.rbs', line 557

def namespace_name
  @namespace_name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


558
559
560
# File 'sig/types.rbs', line 558

def next_token
  @next_token
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


559
560
561
# File 'sig/types.rbs', line 559

def start_time
  @start_time
end