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.
2767 2768 2769 |
# File 'sig/types.rbs', line 2767 def days @days end |
#description ⇒ ::String
Returns the value of attribute description.
2771 2772 2773 |
# File 'sig/types.rbs', line 2771 def description @description end |
#glacier_job_parameters ⇒ Types::GlacierJobParameters
Returns the value of attribute glacier_job_parameters.
2768 2769 2770 |
# File 'sig/types.rbs', line 2768 def glacier_job_parameters @glacier_job_parameters end |
#output_location ⇒ Types::OutputLocation
Returns the value of attribute output_location.
2773 2774 2775 |
# File 'sig/types.rbs', line 2773 def output_location @output_location end |
#select_parameters ⇒ Types::SelectParameters
Returns the value of attribute select_parameters.
2772 2773 2774 |
# File 'sig/types.rbs', line 2772 def select_parameters @select_parameters end |
#tier ⇒ "Standard", ...
Returns the value of attribute tier.
2770 2771 2772 |
# File 'sig/types.rbs', line 2770 def tier @tier end |
#type ⇒ "SELECT"
Returns the value of attribute type.
2769 2770 2771 |
# File 'sig/types.rbs', line 2769 def type @type end |