Class: Aws::Types::S3Bucket
- Inherits:
-
Object
- Object
- Aws::Types::S3Bucket
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allows_unencrypted_object_uploads ⇒ "TRUE", ...
Returns the value of attribute allows_unencrypted_object_uploads.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#default_server_side_encryption ⇒ Types::ServerSideEncryption
Returns the value of attribute default_server_side_encryption.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner ⇒ Types::S3BucketOwner
Returns the value of attribute owner.
-
#public_access ⇒ Types::BucketPublicAccess
Returns the value of attribute public_access.
-
#tags ⇒ ::Array[Types::KeyValuePair]
Returns the value of attribute tags.
Instance Attribute Details
#allows_unencrypted_object_uploads ⇒ "TRUE", ...
Returns the value of attribute allows_unencrypted_object_uploads.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def allows_unencrypted_object_uploads @allows_unencrypted_object_uploads end |
#arn ⇒ ::String
Returns the value of attribute arn.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def created_at @created_at end |
#default_server_side_encryption ⇒ Types::ServerSideEncryption
Returns the value of attribute default_server_side_encryption.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def default_server_side_encryption @default_server_side_encryption end |
#name ⇒ ::String
Returns the value of attribute name.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def name @name end |
#owner ⇒ Types::S3BucketOwner
Returns the value of attribute owner.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def owner @owner end |
#public_access ⇒ Types::BucketPublicAccess
Returns the value of attribute public_access.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def public_access @public_access end |
#tags ⇒ ::Array[Types::KeyValuePair]
Returns the value of attribute tags.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def @tags end |