Class: Aws::Types::RestoreRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#days::Integer

Returns the value of attribute days.

Returns:

  • (::Integer)


2767
2768
2769
# File 'sig/types.rbs', line 2767

def days
  @days
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2771
2772
2773
# File 'sig/types.rbs', line 2771

def description
  @description
end

#glacier_job_parametersTypes::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_locationTypes::OutputLocation

Returns the value of attribute output_location.



2773
2774
2775
# File 'sig/types.rbs', line 2773

def output_location
  @output_location
end

#select_parametersTypes::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.

Returns:

  • ("Standard", "Bulk", "Expedited")


2770
2771
2772
# File 'sig/types.rbs', line 2770

def tier
  @tier
end

#type"SELECT"

Returns the value of attribute type.

Returns:

  • ("SELECT")


2769
2770
2771
# File 'sig/types.rbs', line 2769

def type
  @type
end