Class: Aws::EC2::Types::VerifiedAccessLogKinesisDataFirehoseDestinationOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VerifiedAccessLogKinesisDataFirehoseDestinationOptions
- 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
-
#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.
72165 72166 72167 72168 72169 72170 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72165 class VerifiedAccessLogKinesisDataFirehoseDestinationOptions < Struct.new( :enabled, :delivery_stream) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Indicates whether logging is enabled.
72165 72166 72167 72168 72169 72170 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72165 class VerifiedAccessLogKinesisDataFirehoseDestinationOptions < Struct.new( :enabled, :delivery_stream) SENSITIVE = [] include Aws::Structure end |