Class: Aws::EC2::Types::VerifiedAccessLogKinesisDataFirehoseDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VerifiedAccessLogKinesisDataFirehoseDestination
- Defined in:
- gems/aws-sdk-ec2/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.
72145 72146 72147 72148 72149 72150 72151 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72145 class VerifiedAccessLogKinesisDataFirehoseDestination < Struct.new( :enabled, :delivery_status, :delivery_stream) SENSITIVE = [] include Aws::Structure end |
#delivery_stream ⇒ String
The ID of the delivery stream.
72145 72146 72147 72148 72149 72150 72151 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72145 class VerifiedAccessLogKinesisDataFirehoseDestination < Struct.new( :enabled, :delivery_status, :delivery_stream) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Indicates whether logging is enabled.
72145 72146 72147 72148 72149 72150 72151 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72145 class VerifiedAccessLogKinesisDataFirehoseDestination < Struct.new( :enabled, :delivery_status, :delivery_stream) SENSITIVE = [] include Aws::Structure end |