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.
893 894 895 |
# File 'sig/types.rbs', line 893 def integration_result_s3_destination_arn @integration_result_s3_destination_arn end |
#partition_end_date ⇒ ::Time
Returns the value of attribute partition_end_date.
896 897 898 |
# File 'sig/types.rbs', line 896 def partition_end_date @partition_end_date end |
#partition_load_frequency ⇒ "none", ...
Returns the value of attribute partition_load_frequency.
894 895 896 |
# File 'sig/types.rbs', line 894 def partition_load_frequency @partition_load_frequency end |
#partition_start_date ⇒ ::Time
Returns the value of attribute partition_start_date.
895 896 897 |
# File 'sig/types.rbs', line 895 def partition_start_date @partition_start_date end |