Class: Aws::Types::FindingSummaryV2
- Inherits:
-
Object
- Object
- Aws::Types::FindingSummaryV2
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analyzed_at ⇒ ::Time
Returns the value of attribute analyzed_at.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#error ⇒ ::String
Returns the value of attribute error.
-
#finding_type ⇒ "ExternalAccess", ...
Returns the value of attribute finding_type.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#resource ⇒ ::String
Returns the value of attribute resource.
-
#resource_owner_account ⇒ ::String
Returns the value of attribute resource_owner_account.
-
#resource_type ⇒ "AWS::S3::Bucket", ...
Returns the value of attribute resource_type.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#analyzed_at ⇒ ::Time
Returns the value of attribute analyzed_at.
482 483 484 |
# File 'sig/types.rbs', line 482 def analyzed_at @analyzed_at end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
483 484 485 |
# File 'sig/types.rbs', line 483 def created_at @created_at end |
#error ⇒ ::String
Returns the value of attribute error.
484 485 486 |
# File 'sig/types.rbs', line 484 def error @error end |
#finding_type ⇒ "ExternalAccess", ...
Returns the value of attribute finding_type.
491 492 493 |
# File 'sig/types.rbs', line 491 def finding_type @finding_type end |
#id ⇒ ::String
Returns the value of attribute id.
485 486 487 |
# File 'sig/types.rbs', line 485 def id @id end |
#resource ⇒ ::String
Returns the value of attribute resource.
486 487 488 |
# File 'sig/types.rbs', line 486 def resource @resource end |
#resource_owner_account ⇒ ::String
Returns the value of attribute resource_owner_account.
488 489 490 |
# File 'sig/types.rbs', line 488 def resource_owner_account @resource_owner_account end |
#resource_type ⇒ "AWS::S3::Bucket", ...
Returns the value of attribute resource_type.
487 488 489 |
# File 'sig/types.rbs', line 487 def resource_type @resource_type end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
489 490 491 |
# File 'sig/types.rbs', line 489 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
490 491 492 |
# File 'sig/types.rbs', line 490 def updated_at @updated_at end |