Class: Aws::EC2::Types::AthenaIntegration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::AthenaIntegration
 
 
- Defined in:
 - gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
 
Overview
Describes integration options for Amazon Athena.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #integration_result_s3_destination_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The location in Amazon S3 to store the generated CloudFormation template.
 - 
  
    
      #partition_end_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The end date for the partition.
 - 
  
    
      #partition_load_frequency  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The schedule for adding new partitions to the table.
 - 
  
    
      #partition_start_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The start date for the partition.
 
Instance Attribute Details
#integration_result_s3_destination_arn ⇒ String
The location in Amazon S3 to store the generated CloudFormation template.
      3051 3052 3053 3054 3055 3056 3057 3058  | 
    
      # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3051 class AthenaIntegration < Struct.new( :integration_result_s3_destination_arn, :partition_load_frequency, :partition_start_date, :partition_end_date) SENSITIVE = [] include Aws::Structure end  | 
  
#partition_end_date ⇒ Time
The end date for the partition.
      3051 3052 3053 3054 3055 3056 3057 3058  | 
    
      # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3051 class AthenaIntegration < Struct.new( :integration_result_s3_destination_arn, :partition_load_frequency, :partition_start_date, :partition_end_date) SENSITIVE = [] include Aws::Structure end  | 
  
#partition_load_frequency ⇒ String
The schedule for adding new partitions to the table.
      3051 3052 3053 3054 3055 3056 3057 3058  | 
    
      # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3051 class AthenaIntegration < Struct.new( :integration_result_s3_destination_arn, :partition_load_frequency, :partition_start_date, :partition_end_date) SENSITIVE = [] include Aws::Structure end  | 
  
#partition_start_date ⇒ Time
The start date for the partition.
      3051 3052 3053 3054 3055 3056 3057 3058  | 
    
      # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3051 class AthenaIntegration < Struct.new( :integration_result_s3_destination_arn, :partition_load_frequency, :partition_start_date, :partition_end_date) SENSITIVE = [] include Aws::Structure end  |