Class: Aws::Types::S3LogsConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_owner_access"NONE", ...

Returns the value of attribute bucket_owner_access.

Returns:

  • ("NONE", "READ_ONLY", "FULL")


1132
1133
1134
# File 'sig/types.rbs', line 1132

def bucket_owner_access
  @bucket_owner_access
end

#encryption_disabledBoolean

Returns the value of attribute encryption_disabled.

Returns:

  • (Boolean)


1131
1132
1133
# File 'sig/types.rbs', line 1131

def encryption_disabled
  @encryption_disabled
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


1130
1131
1132
# File 'sig/types.rbs', line 1130

def location
  @location
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


1129
1130
1131
# File 'sig/types.rbs', line 1129

def status
  @status
end