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)


19433
19434
19435
# File 'sig/types.rbs', line 19433

def bucket_name
  @bucket_name
end

#bucket_owner::String

Returns the value of attribute bucket_owner.

Returns:

  • (::String)


19435
19436
19437
# File 'sig/types.rbs', line 19435

def bucket_owner
  @bucket_owner
end

#delivery_statusTypes::VerifiedAccessLogDeliveryStatus

Returns the value of attribute delivery_status.



19432
19433
19434
# File 'sig/types.rbs', line 19432

def delivery_status
  @delivery_status
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


19431
19432
19433
# File 'sig/types.rbs', line 19431

def enabled
  @enabled
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


19434
19435
19436
# File 'sig/types.rbs', line 19434

def prefix
  @prefix
end