Class: Aws::Types::RestoreRequest
- Inherits:
-
Object
- Object
- Aws::Types::RestoreRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#days ⇒ ::Integer
Returns the value of attribute days.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#glacier_job_parameters ⇒ Types::GlacierJobParameters
Returns the value of attribute glacier_job_parameters.
-
#output_location ⇒ Types::OutputLocation
Returns the value of attribute output_location.
-
#select_parameters ⇒ Types::SelectParameters
Returns the value of attribute select_parameters.
-
#tier ⇒ "Standard", ...
Returns the value of attribute tier.
-
#type ⇒ "SELECT"
Returns the value of attribute type.
Instance Attribute Details
#days ⇒ ::Integer
Returns the value of attribute days.
2791 2792 2793 |
# File 'sig/types.rbs', line 2791 def days @days end |
#description ⇒ ::String
Returns the value of attribute description.
2795 2796 2797 |
# File 'sig/types.rbs', line 2795 def description @description end |
#glacier_job_parameters ⇒ Types::GlacierJobParameters
Returns the value of attribute glacier_job_parameters.
2792 2793 2794 |
# File 'sig/types.rbs', line 2792 def glacier_job_parameters @glacier_job_parameters end |
#output_location ⇒ Types::OutputLocation
Returns the value of attribute output_location.
2797 2798 2799 |
# File 'sig/types.rbs', line 2797 def output_location @output_location end |
#select_parameters ⇒ Types::SelectParameters
Returns the value of attribute select_parameters.
2796 2797 2798 |
# File 'sig/types.rbs', line 2796 def select_parameters @select_parameters end |
#tier ⇒ "Standard", ...
Returns the value of attribute tier.
2794 2795 2796 |
# File 'sig/types.rbs', line 2794 def tier @tier end |
#type ⇒ "SELECT"
Returns the value of attribute type.
2793 2794 2795 |
# File 'sig/types.rbs', line 2793 def type @type end |