Class: Aws::EC2::Types::VerifiedAccessLogS3Destination
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VerifiedAccessLogS3Destination
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Options for Amazon S3 as a logging destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
The bucket name.
-
#bucket_owner ⇒ String
The Amazon Web Services account number that owns the bucket.
-
#delivery_status ⇒ Types::VerifiedAccessLogDeliveryStatus
The delivery status.
-
#enabled ⇒ Boolean
Indicates whether logging is enabled.
-
#prefix ⇒ String
The bucket prefix.
Instance Attribute Details
#bucket_name ⇒ String
The bucket name.
76418 76419 76420 76421 76422 76423 76424 76425 76426 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76418 class VerifiedAccessLogS3Destination < Struct.new( :enabled, :delivery_status, :bucket_name, :prefix, :bucket_owner) SENSITIVE = [] include Aws::Structure end |
#bucket_owner ⇒ String
The Amazon Web Services account number that owns the bucket.
76418 76419 76420 76421 76422 76423 76424 76425 76426 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76418 class VerifiedAccessLogS3Destination < Struct.new( :enabled, :delivery_status, :bucket_name, :prefix, :bucket_owner) SENSITIVE = [] include Aws::Structure end |
#delivery_status ⇒ Types::VerifiedAccessLogDeliveryStatus
The delivery status.
76418 76419 76420 76421 76422 76423 76424 76425 76426 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76418 class VerifiedAccessLogS3Destination < Struct.new( :enabled, :delivery_status, :bucket_name, :prefix, :bucket_owner) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Indicates whether logging is enabled.
76418 76419 76420 76421 76422 76423 76424 76425 76426 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76418 class VerifiedAccessLogS3Destination < Struct.new( :enabled, :delivery_status, :bucket_name, :prefix, :bucket_owner) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
The bucket prefix.
76418 76419 76420 76421 76422 76423 76424 76425 76426 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76418 class VerifiedAccessLogS3Destination < Struct.new( :enabled, :delivery_status, :bucket_name, :prefix, :bucket_owner) SENSITIVE = [] include Aws::Structure end |