Class: Aws::Types::BucketCountPolicyAllowsUnencryptedObjectUploads

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allows_unencrypted_object_uploads::Integer

Returns the value of attribute allows_unencrypted_object_uploads.

Returns:

  • (::Integer)


181
182
183
# File 'sig/types.rbs', line 181

def allows_unencrypted_object_uploads
  @allows_unencrypted_object_uploads
end

#denies_unencrypted_object_uploads::Integer

Returns the value of attribute denies_unencrypted_object_uploads.

Returns:

  • (::Integer)


182
183
184
# File 'sig/types.rbs', line 182

def denies_unencrypted_object_uploads
  @denies_unencrypted_object_uploads
end

#unknown::Integer

Returns the value of attribute unknown.

Returns:

  • (::Integer)


183
184
185
# File 'sig/types.rbs', line 183

def unknown
  @unknown
end