Class: Aws::Types::ListBackupsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_type"USER", ...

Returns the value of attribute backup_type.

Returns:

  • ("USER", "SYSTEM", "AWS_BACKUP", "ALL")


1012
1013
1014
# File 'sig/types.rbs', line 1012

def backup_type
  @backup_type
end

#exclusive_start_backup_arn::String

Returns the value of attribute exclusive_start_backup_arn.

Returns:

  • (::String)


1011
1012
1013
# File 'sig/types.rbs', line 1011

def exclusive_start_backup_arn
  @exclusive_start_backup_arn
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


1008
1009
1010
# File 'sig/types.rbs', line 1008

def limit
  @limit
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


1007
1008
1009
# File 'sig/types.rbs', line 1007

def table_name
  @table_name
end

#time_range_lower_bound::Time

Returns the value of attribute time_range_lower_bound.

Returns:

  • (::Time)


1009
1010
1011
# File 'sig/types.rbs', line 1009

def time_range_lower_bound
  @time_range_lower_bound
end

#time_range_upper_bound::Time

Returns the value of attribute time_range_upper_bound.

Returns:

  • (::Time)


1010
1011
1012
# File 'sig/types.rbs', line 1010

def time_range_upper_bound
  @time_range_upper_bound
end