Class: Aws::EC2::Types::IntegrateServices
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::IntegrateServices
- Defined in:
- gems/aws-sdk-ec2/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.
45670 45671 45672 45673 45674 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45670 class IntegrateServices < Struct.new( :athena_integrations) SENSITIVE = [] include Aws::Structure end |