Class: Aws::Types::Finding
- Inherits:
-
Object
- Object
- Aws::Types::Finding
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#archived ⇒ Boolean
Returns the value of attribute archived.
-
#category ⇒ "CLASSIFICATION", "POLICY"
Returns the value of attribute category.
-
#classification_details ⇒ Types::ClassificationDetails
Returns the value of attribute classification_details.
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#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.
-
#partition ⇒ ::String
Returns the value of attribute partition.
-
#policy_details ⇒ Types::PolicyDetails
Returns the value of attribute policy_details.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#resources_affected ⇒ Types::ResourcesAffected
Returns the value of attribute resources_affected.
-
#sample ⇒ Boolean
Returns the value of attribute sample.
-
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
-
#severity ⇒ Types::Severity
Returns the value of attribute severity.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#type ⇒ "SensitiveData:S3Object/Multiple", ...
Returns the value of attribute type.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
674 675 676 |
# File 'sig/types.rbs', line 674 def account_id @account_id end |
#archived ⇒ Boolean
Returns the value of attribute archived.
675 676 677 |
# File 'sig/types.rbs', line 675 def archived @archived end |
#category ⇒ "CLASSIFICATION", "POLICY"
Returns the value of attribute category.
676 677 678 |
# File 'sig/types.rbs', line 676 def category @category end |
#classification_details ⇒ Types::ClassificationDetails
Returns the value of attribute classification_details.
677 678 679 |
# File 'sig/types.rbs', line 677 def classification_details @classification_details end |
#count ⇒ ::Integer
Returns the value of attribute count.
678 679 680 |
# File 'sig/types.rbs', line 678 def count @count end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
679 680 681 |
# File 'sig/types.rbs', line 679 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
680 681 682 |
# File 'sig/types.rbs', line 680 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
681 682 683 |
# File 'sig/types.rbs', line 681 def id @id end |
#partition ⇒ ::String
Returns the value of attribute partition.
682 683 684 |
# File 'sig/types.rbs', line 682 def partition @partition end |
#policy_details ⇒ Types::PolicyDetails
Returns the value of attribute policy_details.
683 684 685 |
# File 'sig/types.rbs', line 683 def policy_details @policy_details end |
#region ⇒ ::String
Returns the value of attribute region.
684 685 686 |
# File 'sig/types.rbs', line 684 def region @region end |
#resources_affected ⇒ Types::ResourcesAffected
Returns the value of attribute resources_affected.
685 686 687 |
# File 'sig/types.rbs', line 685 def resources_affected @resources_affected end |
#sample ⇒ Boolean
Returns the value of attribute sample.
686 687 688 |
# File 'sig/types.rbs', line 686 def sample @sample end |
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
687 688 689 |
# File 'sig/types.rbs', line 687 def schema_version @schema_version end |
#severity ⇒ Types::Severity
Returns the value of attribute severity.
688 689 690 |
# File 'sig/types.rbs', line 688 def severity @severity end |
#title ⇒ ::String
Returns the value of attribute title.
689 690 691 |
# File 'sig/types.rbs', line 689 def title @title end |
#type ⇒ "SensitiveData:S3Object/Multiple", ...
Returns the value of attribute type.
690 691 692 |
# File 'sig/types.rbs', line 690 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
691 692 693 |
# File 'sig/types.rbs', line 691 def updated_at @updated_at end |