Class: Aws::Types::CodeSnippetResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code_snippet::Array[Types::CodeLine]

Returns the value of attribute code_snippet.

Returns:



759
760
761
# File 'sig/types.rbs', line 759

def code_snippet
  @code_snippet
end

#end_line::Integer

Returns the value of attribute end_line.

Returns:

  • (::Integer)


758
759
760
# File 'sig/types.rbs', line 758

def end_line
  @end_line
end

#finding_arn::String

Returns the value of attribute finding_arn.

Returns:

  • (::String)


756
757
758
# File 'sig/types.rbs', line 756

def finding_arn
  @finding_arn
end

#start_line::Integer

Returns the value of attribute start_line.

Returns:

  • (::Integer)


757
758
759
# File 'sig/types.rbs', line 757

def start_line
  @start_line
end

#suggested_fixes::Array[Types::SuggestedFix]

Returns the value of attribute suggested_fixes.

Returns:



760
761
762
# File 'sig/types.rbs', line 760

def suggested_fixes
  @suggested_fixes
end