Class: Aws::Types::GetFindingV2Request

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_arn::String

Returns the value of attribute analyzer_arn.

Returns:

  • (::String)


611
612
613
# File 'sig/types.rbs', line 611

def analyzer_arn
  @analyzer_arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


612
613
614
# File 'sig/types.rbs', line 612

def id
  @id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


613
614
615
# File 'sig/types.rbs', line 613

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


614
615
616
# File 'sig/types.rbs', line 614

def next_token
  @next_token
end