Class: Aws::EC2::Types::AthenaIntegration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AthenaIntegration
- Includes:
- Structure
- Defined in:
- 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.
2925 2926 2927 2928 2929 2930 2931 2932 |
# File 'lib/aws-sdk-ec2/types.rb', line 2925 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.
2925 2926 2927 2928 2929 2930 2931 2932 |
# File 'lib/aws-sdk-ec2/types.rb', line 2925 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.
2925 2926 2927 2928 2929 2930 2931 2932 |
# File 'lib/aws-sdk-ec2/types.rb', line 2925 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.
2925 2926 2927 2928 2929 2930 2931 2932 |
# File 'lib/aws-sdk-ec2/types.rb', line 2925 class AthenaIntegration < Struct.new( :integration_result_s3_destination_arn, :partition_load_frequency, :partition_start_date, :partition_end_date) SENSITIVE = [] include Aws::Structure end |