Class: Aws::EC2::Types::VerifiedAccessLogKinesisDataFirehoseDestinationOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VerifiedAccessLogKinesisDataFirehoseDestinationOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes Amazon Kinesis Data Firehose logging options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delivery_stream ⇒ String
The ID of the delivery stream.
-
#enabled ⇒ Boolean
Indicates whether logging is enabled.
Instance Attribute Details
#delivery_stream ⇒ String
The ID of the delivery stream.
71908 71909 71910 71911 71912 71913 |
# File 'lib/aws-sdk-ec2/types.rb', line 71908 class VerifiedAccessLogKinesisDataFirehoseDestinationOptions < Struct.new( :enabled, :delivery_stream) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Indicates whether logging is enabled.
71908 71909 71910 71911 71912 71913 |
# File 'lib/aws-sdk-ec2/types.rb', line 71908 class VerifiedAccessLogKinesisDataFirehoseDestinationOptions < Struct.new( :enabled, :delivery_stream) SENSITIVE = [] include Aws::Structure end |