Class: Aws::Types::Finding
- Inherits:
-
Object
- Object
- Aws::Types::Finding
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#asset_attributes ⇒ Types::AssetAttributes
Returns the value of attribute asset_attributes.
-
#asset_type ⇒ "ec2-instance"
Returns the value of attribute asset_type.
-
#attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute attributes.
-
#confidence ⇒ ::Integer
Returns the value of attribute confidence.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#indicator_of_compromise ⇒ Boolean
Returns the value of attribute indicator_of_compromise.
-
#numeric_severity ⇒ ::Float
Returns the value of attribute numeric_severity.
-
#recommendation ⇒ ::String
Returns the value of attribute recommendation.
-
#schema_version ⇒ ::Integer
Returns the value of attribute schema_version.
-
#service ⇒ ::String
Returns the value of attribute service.
-
#service_attributes ⇒ Types::InspectorServiceAttributes
Returns the value of attribute service_attributes.
-
#severity ⇒ "Low", ...
Returns the value of attribute severity.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#user_attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute user_attributes.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
363 364 365 |
# File 'sig/types.rbs', line 363 def arn @arn end |
#asset_attributes ⇒ Types::AssetAttributes
Returns the value of attribute asset_attributes.
368 369 370 |
# File 'sig/types.rbs', line 368 def asset_attributes @asset_attributes end |
#asset_type ⇒ "ec2-instance"
Returns the value of attribute asset_type.
367 368 369 |
# File 'sig/types.rbs', line 367 def asset_type @asset_type end |
#attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute attributes.
377 378 379 |
# File 'sig/types.rbs', line 377 def attributes @attributes end |
#confidence ⇒ ::Integer
Returns the value of attribute confidence.
375 376 377 |
# File 'sig/types.rbs', line 375 def confidence @confidence end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
379 380 381 |
# File 'sig/types.rbs', line 379 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
371 372 373 |
# File 'sig/types.rbs', line 371 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
369 370 371 |
# File 'sig/types.rbs', line 369 def id @id end |
#indicator_of_compromise ⇒ Boolean
Returns the value of attribute indicator_of_compromise.
376 377 378 |
# File 'sig/types.rbs', line 376 def indicator_of_compromise @indicator_of_compromise end |
#numeric_severity ⇒ ::Float
Returns the value of attribute numeric_severity.
374 375 376 |
# File 'sig/types.rbs', line 374 def numeric_severity @numeric_severity end |
#recommendation ⇒ ::String
Returns the value of attribute recommendation.
372 373 374 |
# File 'sig/types.rbs', line 372 def recommendation @recommendation end |
#schema_version ⇒ ::Integer
Returns the value of attribute schema_version.
364 365 366 |
# File 'sig/types.rbs', line 364 def schema_version @schema_version end |
#service ⇒ ::String
Returns the value of attribute service.
365 366 367 |
# File 'sig/types.rbs', line 365 def service @service end |
#service_attributes ⇒ Types::InspectorServiceAttributes
Returns the value of attribute service_attributes.
366 367 368 |
# File 'sig/types.rbs', line 366 def service_attributes @service_attributes end |
#severity ⇒ "Low", ...
Returns the value of attribute severity.
373 374 375 |
# File 'sig/types.rbs', line 373 def severity @severity end |
#title ⇒ ::String
Returns the value of attribute title.
370 371 372 |
# File 'sig/types.rbs', line 370 def title @title end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
380 381 382 |
# File 'sig/types.rbs', line 380 def updated_at @updated_at end |
#user_attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute user_attributes.
378 379 380 |
# File 'sig/types.rbs', line 378 def user_attributes @user_attributes end |