Class: Aws::AccessAnalyzer::Types::FindingSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::FindingSummary
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Contains information about a finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ Array<String>
The action in the analyzed policy statement that an external principal has permission to use.
-
#analyzed_at ⇒ Time
The time at which the resource-based policy that generated the finding was analyzed.
-
#condition ⇒ Hash<String,String>
The condition in the analyzed policy statement that resulted in a finding.
-
#created_at ⇒ Time
The time at which the finding was created.
-
#error ⇒ String
The error that resulted in an Error finding.
-
#id ⇒ String
The ID of the finding.
-
#is_public ⇒ Boolean
Indicates whether the finding reports a resource that has a policy that allows public access.
-
#principal ⇒ Hash<String,String>
The external principal that has access to a resource within the zone of trust.
-
#resource ⇒ String
The resource that the external principal has access to.
-
#resource_owner_account ⇒ String
The Amazon Web Services account ID that owns the resource.
-
#resource_type ⇒ String
The type of the resource that the external principal has access to.
-
#sources ⇒ Array<Types::FindingSource>
The sources of the finding.
-
#status ⇒ String
The status of the finding.
-
#updated_at ⇒ Time
The time at which the finding was most recently updated.
Instance Attribute Details
#action ⇒ Array<String>
The action in the analyzed policy statement that an external principal has permission to use.
1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1673 class FindingSummary < Struct.new( :id, :principal, :action, :resource, :is_public, :resource_type, :condition, :created_at, :analyzed_at, :updated_at, :status, :resource_owner_account, :error, :sources) SENSITIVE = [] include Aws::Structure end |
#analyzed_at ⇒ Time
The time at which the resource-based policy that generated the finding was analyzed.
1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1673 class FindingSummary < Struct.new( :id, :principal, :action, :resource, :is_public, :resource_type, :condition, :created_at, :analyzed_at, :updated_at, :status, :resource_owner_account, :error, :sources) SENSITIVE = [] include Aws::Structure end |
#condition ⇒ Hash<String,String>
The condition in the analyzed policy statement that resulted in a finding.
1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1673 class FindingSummary < Struct.new( :id, :principal, :action, :resource, :is_public, :resource_type, :condition, :created_at, :analyzed_at, :updated_at, :status, :resource_owner_account, :error, :sources) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time at which the finding was created.
1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1673 class FindingSummary < Struct.new( :id, :principal, :action, :resource, :is_public, :resource_type, :condition, :created_at, :analyzed_at, :updated_at, :status, :resource_owner_account, :error, :sources) SENSITIVE = [] include Aws::Structure end |
#error ⇒ String
The error that resulted in an Error finding.
1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1673 class FindingSummary < Struct.new( :id, :principal, :action, :resource, :is_public, :resource_type, :condition, :created_at, :analyzed_at, :updated_at, :status, :resource_owner_account, :error, :sources) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the finding.
1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1673 class FindingSummary < Struct.new( :id, :principal, :action, :resource, :is_public, :resource_type, :condition, :created_at, :analyzed_at, :updated_at, :status, :resource_owner_account, :error, :sources) SENSITIVE = [] include Aws::Structure end |
#is_public ⇒ Boolean
Indicates whether the finding reports a resource that has a policy that allows public access.
1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1673 class FindingSummary < Struct.new( :id, :principal, :action, :resource, :is_public, :resource_type, :condition, :created_at, :analyzed_at, :updated_at, :status, :resource_owner_account, :error, :sources) SENSITIVE = [] include Aws::Structure end |
#principal ⇒ Hash<String,String>
The external principal that has access to a resource within the zone of trust.
1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1673 class FindingSummary < Struct.new( :id, :principal, :action, :resource, :is_public, :resource_type, :condition, :created_at, :analyzed_at, :updated_at, :status, :resource_owner_account, :error, :sources) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ String
The resource that the external principal has access to.
1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1673 class FindingSummary < Struct.new( :id, :principal, :action, :resource, :is_public, :resource_type, :condition, :created_at, :analyzed_at, :updated_at, :status, :resource_owner_account, :error, :sources) SENSITIVE = [] include Aws::Structure end |
#resource_owner_account ⇒ String
The Amazon Web Services account ID that owns the resource.
1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1673 class FindingSummary < Struct.new( :id, :principal, :action, :resource, :is_public, :resource_type, :condition, :created_at, :analyzed_at, :updated_at, :status, :resource_owner_account, :error, :sources) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource that the external principal has access to.
1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1673 class FindingSummary < Struct.new( :id, :principal, :action, :resource, :is_public, :resource_type, :condition, :created_at, :analyzed_at, :updated_at, :status, :resource_owner_account, :error, :sources) SENSITIVE = [] include Aws::Structure end |
#sources ⇒ Array<Types::FindingSource>
The sources of the finding. This indicates how the access that generated the finding is granted. It is populated for Amazon S3 bucket findings.
1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1673 class FindingSummary < Struct.new( :id, :principal, :action, :resource, :is_public, :resource_type, :condition, :created_at, :analyzed_at, :updated_at, :status, :resource_owner_account, :error, :sources) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the finding.
1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1673 class FindingSummary < Struct.new( :id, :principal, :action, :resource, :is_public, :resource_type, :condition, :created_at, :analyzed_at, :updated_at, :status, :resource_owner_account, :error, :sources) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The time at which the finding was most recently updated.
1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1673 class FindingSummary < Struct.new( :id, :principal, :action, :resource, :is_public, :resource_type, :condition, :created_at, :analyzed_at, :updated_at, :status, :resource_owner_account, :error, :sources) SENSITIVE = [] include Aws::Structure end |