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)


3781
3782
3783
# File 'sig/types.rbs', line 3781

def analysis_id
  @analysis_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


3780
3781
3782
# File 'sig/types.rbs', line 3780

def arn
  @arn
end

#deletion_time::Time

Returns the value of attribute deletion_time.

Returns:

  • (::Time)


3782
3783
3784
# File 'sig/types.rbs', line 3782

def deletion_time
  @deletion_time
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


3783
3784
3785
# File 'sig/types.rbs', line 3783

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


3779
3780
3781
# File 'sig/types.rbs', line 3779

def status
  @status
end