Class: Aws::EC2::Types::IntegrateServices

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#athena_integrationsArray<Types::AthenaIntegration>

Information about the integration with Amazon Athena.

Returns:



41891
41892
41893
41894
41895
# File 'lib/aws-sdk-ec2/types.rb', line 41891

class IntegrateServices < Struct.new(
  :athena_integrations)
  SENSITIVE = []
  include Aws::Structure
end