Class: Aws::Types::RestoreAnalysisResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_id::String

Returns the value of attribute analysis_id.

Returns:

  • (::String)


9856
9857
9858
# File 'sig/types.rbs', line 9856

def analysis_id
  @analysis_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


9855
9856
9857
# File 'sig/types.rbs', line 9855

def arn
  @arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


9857
9858
9859
# File 'sig/types.rbs', line 9857

def request_id
  @request_id
end

#restoration_failed_folder_arns::Array[::String]

Returns the value of attribute restoration_failed_folder_arns.

Returns:

  • (::Array[::String])


9858
9859
9860
# File 'sig/types.rbs', line 9858

def restoration_failed_folder_arns
  @restoration_failed_folder_arns
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


9854
9855
9856
# File 'sig/types.rbs', line 9854

def status
  @status
end