Class: Aws::Types::VerifiedAccessLogS3DestinationOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_name::String

Returns the value of attribute bucket_name.

Returns:

  • (::String)


19441
19442
19443
# File 'sig/types.rbs', line 19441

def bucket_name
  @bucket_name
end

#bucket_owner::String

Returns the value of attribute bucket_owner.

Returns:

  • (::String)


19443
19444
19445
# File 'sig/types.rbs', line 19443

def bucket_owner
  @bucket_owner
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


19440
19441
19442
# File 'sig/types.rbs', line 19440

def enabled
  @enabled
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


19442
19443
19444
# File 'sig/types.rbs', line 19442

def prefix
  @prefix
end