Class: Aws::Types::S3Bucket
- Inherits:
-
Object
- Object
- Aws::Types::S3Bucket
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_public_access ⇒ Types::PublicAccessConfiguration
Returns the value of attribute account_public_access.
-
#bucket_public_access ⇒ Types::PublicAccessConfiguration
Returns the value of attribute bucket_public_access.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#effective_permission ⇒ ::String
Returns the value of attribute effective_permission.
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
-
#encryption_type ⇒ ::String
Returns the value of attribute encryption_type.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#public_read_access ⇒ "BLOCKED", "ALLOWED"
Returns the value of attribute public_read_access.
-
#public_write_access ⇒ "BLOCKED", "ALLOWED"
Returns the value of attribute public_write_access.
-
#s3_object_uids ⇒ ::Array[::String]
Returns the value of attribute s3_object_uids.
Instance Attribute Details
#account_public_access ⇒ Types::PublicAccessConfiguration
Returns the value of attribute account_public_access.
2722 2723 2724 |
# File 'sig/types.rbs', line 2722 def account_public_access @account_public_access end |
#bucket_public_access ⇒ Types::PublicAccessConfiguration
Returns the value of attribute bucket_public_access.
2723 2724 2725 |
# File 'sig/types.rbs', line 2723 def bucket_public_access @bucket_public_access end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2716 2717 2718 |
# File 'sig/types.rbs', line 2716 def created_at @created_at end |
#effective_permission ⇒ ::String
Returns the value of attribute effective_permission.
2719 2720 2721 |
# File 'sig/types.rbs', line 2719 def @effective_permission end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
2718 2719 2720 |
# File 'sig/types.rbs', line 2718 def encryption_key_arn @encryption_key_arn end |
#encryption_type ⇒ ::String
Returns the value of attribute encryption_type.
2717 2718 2719 |
# File 'sig/types.rbs', line 2717 def encryption_type @encryption_type end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
2715 2716 2717 |
# File 'sig/types.rbs', line 2715 def owner_id @owner_id end |
#public_read_access ⇒ "BLOCKED", "ALLOWED"
Returns the value of attribute public_read_access.
2720 2721 2722 |
# File 'sig/types.rbs', line 2720 def public_read_access @public_read_access end |
#public_write_access ⇒ "BLOCKED", "ALLOWED"
Returns the value of attribute public_write_access.
2721 2722 2723 |
# File 'sig/types.rbs', line 2721 def public_write_access @public_write_access end |
#s3_object_uids ⇒ ::Array[::String]
Returns the value of attribute s3_object_uids.
2724 2725 2726 |
# File 'sig/types.rbs', line 2724 def s3_object_uids @s3_object_uids end |