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)


18754
18755
18756
# File 'sig/types.rbs', line 18754

def bucket_name
  @bucket_name
end

#bucket_owner::String

Returns the value of attribute bucket_owner.

Returns:

  • (::String)


18756
18757
18758
# File 'sig/types.rbs', line 18756

def bucket_owner
  @bucket_owner
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


18753
18754
18755
# File 'sig/types.rbs', line 18753

def enabled
  @enabled
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


18755
18756
18757
# File 'sig/types.rbs', line 18755

def prefix
  @prefix
end