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:



4558
4559
4560
# File 'sig/types.rbs', line 4558

def analysis
  @analysis
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4560
4561
4562
# File 'sig/types.rbs', line 4560

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4559
4560
4561
# File 'sig/types.rbs', line 4559

def status
  @status
end