Class: Aws::EC2::Types::IntegrateServices
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::IntegrateServices
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes service integrations with VPC Flow logs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#athena_integrations ⇒ Array<Types::AthenaIntegration>
Information about the integration with Amazon Athena.
Instance Attribute Details
#athena_integrations ⇒ Array<Types::AthenaIntegration>
Information about the integration with Amazon Athena.
45119 45120 45121 45122 45123 |
# File 'lib/aws-sdk-ec2/types.rb', line 45119 class IntegrateServices < Struct.new( :athena_integrations) SENSITIVE = [] include Aws::Structure end |