Class: Aws::Types::DeleteAnalysisRequest

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)


3772
3773
3774
# File 'sig/types.rbs', line 3772

def analysis_id
  @analysis_id
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


3771
3772
3773
# File 'sig/types.rbs', line 3771

def 
  @aws_account_id
end

#force_delete_without_recoveryBoolean

Returns the value of attribute force_delete_without_recovery.

Returns:

  • (Boolean)


3774
3775
3776
# File 'sig/types.rbs', line 3774

def force_delete_without_recovery
  @force_delete_without_recovery
end

#recovery_window_in_days::Integer

Returns the value of attribute recovery_window_in_days.

Returns:

  • (::Integer)


3773
3774
3775
# File 'sig/types.rbs', line 3773

def recovery_window_in_days
  @recovery_window_in_days
end