Class: Aws::EC2::Types::DestinationOptionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes the destination options for a flow log.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_formatString

The format for the flow log.

Returns:

  • (String)


28153
28154
28155
28156
28157
28158
28159
# File 'lib/aws-sdk-ec2/types.rb', line 28153

class DestinationOptionsResponse < Struct.new(
  :file_format,
  :hive_compatible_partitions,
  :per_hour_partition)
  SENSITIVE = []
  include Aws::Structure
end

#hive_compatible_partitionsBoolean

Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.

Returns:

  • (Boolean)


28153
28154
28155
28156
28157
28158
28159
# File 'lib/aws-sdk-ec2/types.rb', line 28153

class DestinationOptionsResponse < Struct.new(
  :file_format,
  :hive_compatible_partitions,
  :per_hour_partition)
  SENSITIVE = []
  include Aws::Structure
end

#per_hour_partitionBoolean

Indicates whether to partition the flow log per hour.

Returns:

  • (Boolean)


28153
28154
28155
28156
28157
28158
28159
# File 'lib/aws-sdk-ec2/types.rb', line 28153

class DestinationOptionsResponse < Struct.new(
  :file_format,
  :hive_compatible_partitions,
  :per_hour_partition)
  SENSITIVE = []
  include Aws::Structure
end