Class: Aws::Types::ListBackupsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListBackupsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_type ⇒ "USER", ...
Returns the value of attribute backup_type.
-
#exclusive_start_backup_arn ⇒ ::String
Returns the value of attribute exclusive_start_backup_arn.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#time_range_lower_bound ⇒ ::Time
Returns the value of attribute time_range_lower_bound.
-
#time_range_upper_bound ⇒ ::Time
Returns the value of attribute time_range_upper_bound.
Instance Attribute Details
#backup_type ⇒ "USER", ...
Returns the value of attribute backup_type.
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.
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.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def limit @limit end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
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.
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.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def time_range_upper_bound @time_range_upper_bound end |