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)


2791
2792
2793
# File 'sig/types.rbs', line 2791

def days
  @days
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2795
2796
2797
# File 'sig/types.rbs', line 2795

def description
  @description
end

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

Returns the value of attribute output_location.



2797
2798
2799
# File 'sig/types.rbs', line 2797

def output_location
  @output_location
end

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

Returns:

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


2794
2795
2796
# File 'sig/types.rbs', line 2794

def tier
  @tier
end

#type"SELECT"

Returns the value of attribute type.

Returns:

  • ("SELECT")


2793
2794
2795
# File 'sig/types.rbs', line 2793

def type
  @type
end