Class: Aws::Types::DescribeAnalysisResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysisTypes::Analysis

Returns the value of attribute analysis.

Returns:



4384
4385
4386
# File 'sig/types.rbs', line 4384

def analysis
  @analysis
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4386
4387
4388
# File 'sig/types.rbs', line 4386

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4385
4386
4387
# File 'sig/types.rbs', line 4385

def status
  @status
end