Class: Aws::EC2::Types::VerifiedAccessLogKinesisDataFirehoseDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VerifiedAccessLogKinesisDataFirehoseDestination
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Options for Kinesis as a logging destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delivery_status ⇒ Types::VerifiedAccessLogDeliveryStatus
The delivery status.
-
#delivery_stream ⇒ String
The ID of the delivery stream.
-
#enabled ⇒ Boolean
Indicates whether logging is enabled.
Instance Attribute Details
#delivery_status ⇒ Types::VerifiedAccessLogDeliveryStatus
The delivery status.
71888 71889 71890 71891 71892 71893 71894 |
# File 'lib/aws-sdk-ec2/types.rb', line 71888 class VerifiedAccessLogKinesisDataFirehoseDestination < Struct.new( :enabled, :delivery_status, :delivery_stream) SENSITIVE = [] include Aws::Structure end |
#delivery_stream ⇒ String
The ID of the delivery stream.
71888 71889 71890 71891 71892 71893 71894 |
# File 'lib/aws-sdk-ec2/types.rb', line 71888 class VerifiedAccessLogKinesisDataFirehoseDestination < Struct.new( :enabled, :delivery_status, :delivery_stream) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Indicates whether logging is enabled.
71888 71889 71890 71891 71892 71893 71894 |
# File 'lib/aws-sdk-ec2/types.rb', line 71888 class VerifiedAccessLogKinesisDataFirehoseDestination < Struct.new( :enabled, :delivery_status, :delivery_stream) SENSITIVE = [] include Aws::Structure end |