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)


9488
9489
9490
# File 'sig/types.rbs', line 9488

def analysis_id
  @analysis_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


9487
9488
9489
# File 'sig/types.rbs', line 9487

def arn
  @arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


9489
9490
9491
# File 'sig/types.rbs', line 9489

def request_id
  @request_id
end

#restoration_failed_folder_arns::Array[::String]

Returns the value of attribute restoration_failed_folder_arns.

Returns:

  • (::Array[::String])


9490
9491
9492
# File 'sig/types.rbs', line 9490

def restoration_failed_folder_arns
  @restoration_failed_folder_arns
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


9486
9487
9488
# File 'sig/types.rbs', line 9486

def status
  @status
end