Class: Aws::Types::VerifiedAccessLogS3Destination

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)


18746
18747
18748
# File 'sig/types.rbs', line 18746

def bucket_name
  @bucket_name
end

#bucket_owner::String

Returns the value of attribute bucket_owner.

Returns:

  • (::String)


18748
18749
18750
# File 'sig/types.rbs', line 18748

def bucket_owner
  @bucket_owner
end

#delivery_statusTypes::VerifiedAccessLogDeliveryStatus

Returns the value of attribute delivery_status.



18745
18746
18747
# File 'sig/types.rbs', line 18745

def delivery_status
  @delivery_status
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


18744
18745
18746
# File 'sig/types.rbs', line 18744

def enabled
  @enabled
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


18747
18748
18749
# File 'sig/types.rbs', line 18747

def prefix
  @prefix
end