Class: Aws::Types::DeleteAnalysisResponse

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)


3912
3913
3914
# File 'sig/types.rbs', line 3912

def analysis_id
  @analysis_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


3911
3912
3913
# File 'sig/types.rbs', line 3911

def arn
  @arn
end

#deletion_time::Time

Returns the value of attribute deletion_time.

Returns:

  • (::Time)


3913
3914
3915
# File 'sig/types.rbs', line 3913

def deletion_time
  @deletion_time
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


3914
3915
3916
# File 'sig/types.rbs', line 3914

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


3910
3911
3912
# File 'sig/types.rbs', line 3910

def status
  @status
end