Class: Aws::Types::RestoreAnalysisRequest

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)


9480
9481
9482
# File 'sig/types.rbs', line 9480

def analysis_id
  @analysis_id
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


9479
9480
9481
# File 'sig/types.rbs', line 9479

def 
  @aws_account_id
end

#restore_to_foldersBoolean

Returns the value of attribute restore_to_folders.

Returns:

  • (Boolean)


9481
9482
9483
# File 'sig/types.rbs', line 9481

def restore_to_folders
  @restore_to_folders
end