Class: Aws::EC2::Types::DeclarativePoliciesReport
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DeclarativePoliciesReport
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the metadata of the account status report.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #end_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the report generation ended.
 - 
  
    
      #report_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the report.
 - 
  
    
      #s3_bucket  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Amazon S3 bucket where the report is located.
 - 
  
    
      #s3_prefix  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The prefix for your S3 object.
 - 
  
    
      #start_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the report generation started.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current status of the report.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Any tags assigned to the report.
 - 
  
    
      #target_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The root ID, organizational unit ID, or account ID.
 
Instance Attribute Details
#end_time ⇒ Time
The time when the report generation ended.
      14852 14853 14854 14855 14856 14857 14858 14859 14860 14861 14862 14863  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 14852 class DeclarativePoliciesReport < Struct.new( :report_id, :s3_bucket, :s3_prefix, :target_id, :start_time, :end_time, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#report_id ⇒ String
The ID of the report.
      14852 14853 14854 14855 14856 14857 14858 14859 14860 14861 14862 14863  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 14852 class DeclarativePoliciesReport < Struct.new( :report_id, :s3_bucket, :s3_prefix, :target_id, :start_time, :end_time, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#s3_bucket ⇒ String
The name of the Amazon S3 bucket where the report is located.
      14852 14853 14854 14855 14856 14857 14858 14859 14860 14861 14862 14863  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 14852 class DeclarativePoliciesReport < Struct.new( :report_id, :s3_bucket, :s3_prefix, :target_id, :start_time, :end_time, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#s3_prefix ⇒ String
The prefix for your S3 object.
      14852 14853 14854 14855 14856 14857 14858 14859 14860 14861 14862 14863  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 14852 class DeclarativePoliciesReport < Struct.new( :report_id, :s3_bucket, :s3_prefix, :target_id, :start_time, :end_time, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#start_time ⇒ Time
The time when the report generation started.
      14852 14853 14854 14855 14856 14857 14858 14859 14860 14861 14862 14863  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 14852 class DeclarativePoliciesReport < Struct.new( :report_id, :s3_bucket, :s3_prefix, :target_id, :start_time, :end_time, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The current status of the report.
      14852 14853 14854 14855 14856 14857 14858 14859 14860 14861 14862 14863  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 14852 class DeclarativePoliciesReport < Struct.new( :report_id, :s3_bucket, :s3_prefix, :target_id, :start_time, :end_time, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
Any tags assigned to the report.
      14852 14853 14854 14855 14856 14857 14858 14859 14860 14861 14862 14863  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 14852 class DeclarativePoliciesReport < Struct.new( :report_id, :s3_bucket, :s3_prefix, :target_id, :start_time, :end_time, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#target_id ⇒ String
The root ID, organizational unit ID, or account ID.
Format:
- 
For root: ‘r-ab12`
 - 
For OU: ‘ou-ab12-cdef1234`
 - 
For account: ‘123456789012`
 
      14852 14853 14854 14855 14856 14857 14858 14859 14860 14861 14862 14863  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 14852 class DeclarativePoliciesReport < Struct.new( :report_id, :s3_bucket, :s3_prefix, :target_id, :start_time, :end_time, :status, :tags) SENSITIVE = [] include Aws::Structure end  |