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)


19412
19413
19414
# File 'sig/types.rbs', line 19412

def bucket_name
  @bucket_name
end

#bucket_owner::String

Returns the value of attribute bucket_owner.

Returns:

  • (::String)


19414
19415
19416
# File 'sig/types.rbs', line 19414

def bucket_owner
  @bucket_owner
end

#delivery_statusTypes::VerifiedAccessLogDeliveryStatus

Returns the value of attribute delivery_status.



19411
19412
19413
# File 'sig/types.rbs', line 19411

def delivery_status
  @delivery_status
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


19410
19411
19412
# File 'sig/types.rbs', line 19410

def enabled
  @enabled
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


19413
19414
19415
# File 'sig/types.rbs', line 19413

def prefix
  @prefix
end