Class: Aws::EC2::Types::VerifiedAccessLogS3DestinationOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bucket_nameString

The bucket name.

Returns:

  • (String)


67073
67074
67075
67076
67077
67078
67079
67080
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67073

class VerifiedAccessLogS3DestinationOptions < Struct.new(
  :enabled,
  :bucket_name,
  :prefix,
  :bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end

#bucket_ownerString

The ID of the Amazon Web Services account that owns the Amazon S3 bucket.

Returns:

  • (String)


67073
67074
67075
67076
67077
67078
67079
67080
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67073

class VerifiedAccessLogS3DestinationOptions < Struct.new(
  :enabled,
  :bucket_name,
  :prefix,
  :bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

Indicates whether logging is enabled.

Returns:

  • (Boolean)


67073
67074
67075
67076
67077
67078
67079
67080
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67073

class VerifiedAccessLogS3DestinationOptions < Struct.new(
  :enabled,
  :bucket_name,
  :prefix,
  :bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

The bucket prefix.

Returns:

  • (String)


67073
67074
67075
67076
67077
67078
67079
67080
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67073

class VerifiedAccessLogS3DestinationOptions < Struct.new(
  :enabled,
  :bucket_name,
  :prefix,
  :bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end