Class: Aws::Types::UpdateFailureModeFindingRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


1875
1876
1877
# File 'sig/types.rbs', line 1875

def comment
  @comment
end

#finding_id::String

Returns the value of attribute finding_id.

Returns:

  • (::String)


1872
1873
1874
# File 'sig/types.rbs', line 1872

def finding_id
  @finding_id
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1874
1875
1876
# File 'sig/types.rbs', line 1874

def service_arn
  @service_arn
end

#status"OPEN", ...

Returns the value of attribute status.

Returns:

  • ("OPEN", "RESOLVED", "IRRELEVANT")


1873
1874
1875
# File 'sig/types.rbs', line 1873

def status
  @status
end