Class: Aws::AccessAnalyzer::Types::FindingSummaryV2
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AccessAnalyzer::Types::FindingSummaryV2
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-accessanalyzer/types.rb
 
Overview
Contains information about a finding.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #analyzed_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which the resource-based policy or IAM entity that generated the finding was analyzed.
 - 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which the finding was created.
 - 
  
    
      #error  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The error that resulted in an Error finding.
 - 
  
    
      #finding_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of the external access or unused access finding.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the finding.
 - 
  
    
      #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.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the finding.
 - 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which the finding was most recently updated.
 
Instance Attribute Details
#analyzed_at ⇒ Time
The time at which the resource-based policy or IAM entity that generated the finding was analyzed.
      1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 1820 class FindingSummaryV2 < Struct.new( :analyzed_at, :created_at, :error, :id, :resource, :resource_type, :resource_owner_account, :status, :updated_at, :finding_type) SENSITIVE = [] include Aws::Structure end  | 
  
#created_at ⇒ Time
The time at which the finding was created.
      1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 1820 class FindingSummaryV2 < Struct.new( :analyzed_at, :created_at, :error, :id, :resource, :resource_type, :resource_owner_account, :status, :updated_at, :finding_type) SENSITIVE = [] include Aws::Structure end  | 
  
#error ⇒ String
The error that resulted in an Error finding.
      1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 1820 class FindingSummaryV2 < Struct.new( :analyzed_at, :created_at, :error, :id, :resource, :resource_type, :resource_owner_account, :status, :updated_at, :finding_type) SENSITIVE = [] include Aws::Structure end  | 
  
#finding_type ⇒ String
The type of the external access or unused access finding.
      1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 1820 class FindingSummaryV2 < Struct.new( :analyzed_at, :created_at, :error, :id, :resource, :resource_type, :resource_owner_account, :status, :updated_at, :finding_type) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The ID of the finding.
      1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 1820 class FindingSummaryV2 < Struct.new( :analyzed_at, :created_at, :error, :id, :resource, :resource_type, :resource_owner_account, :status, :updated_at, :finding_type) SENSITIVE = [] include Aws::Structure end  | 
  
#resource ⇒ String
The resource that the external principal has access to.
      1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 1820 class FindingSummaryV2 < Struct.new( :analyzed_at, :created_at, :error, :id, :resource, :resource_type, :resource_owner_account, :status, :updated_at, :finding_type) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_owner_account ⇒ String
The Amazon Web Services account ID that owns the resource.
      1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 1820 class FindingSummaryV2 < Struct.new( :analyzed_at, :created_at, :error, :id, :resource, :resource_type, :resource_owner_account, :status, :updated_at, :finding_type) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
The type of the resource that the external principal has access to.
      1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 1820 class FindingSummaryV2 < Struct.new( :analyzed_at, :created_at, :error, :id, :resource, :resource_type, :resource_owner_account, :status, :updated_at, :finding_type) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the finding.
      1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 1820 class FindingSummaryV2 < Struct.new( :analyzed_at, :created_at, :error, :id, :resource, :resource_type, :resource_owner_account, :status, :updated_at, :finding_type) SENSITIVE = [] include Aws::Structure end  | 
  
#updated_at ⇒ Time
The time at which the finding was most recently updated.
      1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 1820 class FindingSummaryV2 < Struct.new( :analyzed_at, :created_at, :error, :id, :resource, :resource_type, :resource_owner_account, :status, :updated_at, :finding_type) SENSITIVE = [] include Aws::Structure end  |