Class: Aws::Types::ValidatePolicyFinding

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#finding_details::String

Returns the value of attribute finding_details.

Returns:

  • (::String)


1252
1253
1254
# File 'sig/types.rbs', line 1252

def finding_details
  @finding_details
end

#finding_type"ERROR", ...

Returns the value of attribute finding_type.

Returns:

  • ("ERROR", "SECURITY_WARNING", "SUGGESTION", "WARNING")


1253
1254
1255
# File 'sig/types.rbs', line 1253

def finding_type
  @finding_type
end

#issue_code::String

Returns the value of attribute issue_code.

Returns:

  • (::String)


1254
1255
1256
# File 'sig/types.rbs', line 1254

def issue_code
  @issue_code
end

Returns the value of attribute learn_more_link.

Returns:

  • (::String)


1255
1256
1257
# File 'sig/types.rbs', line 1255

def learn_more_link
  @learn_more_link
end

#locations::Array[Types::Location]

Returns the value of attribute locations.

Returns:



1256
1257
1258
# File 'sig/types.rbs', line 1256

def locations
  @locations
end