Class: Aws::EC2::Types::VerifiedAccessLogKinesisDataFirehoseDestinationOptions

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

Overview

Describes Amazon Kinesis Data Firehose logging options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_streamString

The ID of the delivery stream.

Returns:

  • (String)


66974
66975
66976
66977
66978
66979
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66974

class VerifiedAccessLogKinesisDataFirehoseDestinationOptions < Struct.new(
  :enabled,
  :delivery_stream)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

Indicates whether logging is enabled.

Returns:

  • (Boolean)


66974
66975
66976
66977
66978
66979
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66974

class VerifiedAccessLogKinesisDataFirehoseDestinationOptions < Struct.new(
  :enabled,
  :delivery_stream)
  SENSITIVE = []
  include Aws::Structure
end