Class: Aws::Types::S3BucketDetail
- Inherits:
-
Object
- Object
- Aws::Types::S3BucketDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#default_server_side_encryption ⇒ Types::DefaultServerSideEncryption
Returns the value of attribute default_server_side_encryption.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner ⇒ Types::Owner
Returns the value of attribute owner.
-
#public_access ⇒ Types::PublicAccess
Returns the value of attribute public_access.
-
#s3_object_details ⇒ ::Array[Types::S3ObjectDetail]
Returns the value of attribute s3_object_details.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2729 2730 2731 |
# File 'sig/types.rbs', line 2729 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2732 2733 2734 |
# File 'sig/types.rbs', line 2732 def created_at @created_at end |
#default_server_side_encryption ⇒ Types::DefaultServerSideEncryption
Returns the value of attribute default_server_side_encryption.
2735 2736 2737 |
# File 'sig/types.rbs', line 2735 def default_server_side_encryption @default_server_side_encryption end |
#name ⇒ ::String
Returns the value of attribute name.
2730 2731 2732 |
# File 'sig/types.rbs', line 2730 def name @name end |
#owner ⇒ Types::Owner
Returns the value of attribute owner.
2733 2734 2735 |
# File 'sig/types.rbs', line 2733 def owner @owner end |
#public_access ⇒ Types::PublicAccess
Returns the value of attribute public_access.
2736 2737 2738 |
# File 'sig/types.rbs', line 2736 def public_access @public_access end |
#s3_object_details ⇒ ::Array[Types::S3ObjectDetail]
Returns the value of attribute s3_object_details.
2737 2738 2739 |
# File 'sig/types.rbs', line 2737 def s3_object_details @s3_object_details end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2734 2735 2736 |
# File 'sig/types.rbs', line 2734 def @tags end |
#type ⇒ ::String
Returns the value of attribute type.
2731 2732 2733 |
# File 'sig/types.rbs', line 2731 def type @type end |