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.
45227 45228 45229 45230 45231 |
# File 'lib/aws-sdk-ec2/types.rb', line 45227 class IntegrateServices < Struct.new( :athena_integrations) SENSITIVE = [] include Aws::Structure end |