Class: Aws::Types::Finding

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


269
270
271
# File 'sig/types.rbs', line 269

def creation_time
  @creation_time
end

#details ⇒ Types::FindingDetails

Returns the value of attribute details.



270
271
272
# File 'sig/types.rbs', line 270

def details
  @details
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


271
272
273
# File 'sig/types.rbs', line 271

def id
  @id
end

#last_modified_time ⇒ ::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


272
273
274
# File 'sig/types.rbs', line 272

def last_modified_time
  @last_modified_time
end