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)


3903
3904
3905
# File 'sig/types.rbs', line 3903

def analysis_id
  @analysis_id
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


3902
3903
3904
# File 'sig/types.rbs', line 3902

def 
  @aws_account_id
end

#force_delete_without_recoveryBoolean

Returns the value of attribute force_delete_without_recovery.

Returns:

  • (Boolean)


3905
3906
3907
# File 'sig/types.rbs', line 3905

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)


3904
3905
3906
# File 'sig/types.rbs', line 3904

def recovery_window_in_days
  @recovery_window_in_days
end