Class: Aws::Types::AthenaIntegration
- Inherits:
-
Object
- Object
- Aws::Types::AthenaIntegration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#integration_result_s3_destination_arn ⇒ ::String
Returns the value of attribute integration_result_s3_destination_arn.
-
#partition_end_date ⇒ ::Time
Returns the value of attribute partition_end_date.
-
#partition_load_frequency ⇒ "none", ...
Returns the value of attribute partition_load_frequency.
-
#partition_start_date ⇒ ::Time
Returns the value of attribute partition_start_date.
Instance Attribute Details
#integration_result_s3_destination_arn ⇒ ::String
Returns the value of attribute integration_result_s3_destination_arn.
807 808 809 |
# File 'sig/types.rbs', line 807 def integration_result_s3_destination_arn @integration_result_s3_destination_arn end |
#partition_end_date ⇒ ::Time
Returns the value of attribute partition_end_date.
810 811 812 |
# File 'sig/types.rbs', line 810 def partition_end_date @partition_end_date end |
#partition_load_frequency ⇒ "none", ...
Returns the value of attribute partition_load_frequency.
808 809 810 |
# File 'sig/types.rbs', line 808 def partition_load_frequency @partition_load_frequency end |
#partition_start_date ⇒ ::Time
Returns the value of attribute partition_start_date.
809 810 811 |
# File 'sig/types.rbs', line 809 def partition_start_date @partition_start_date end |