Class: Aws::Types::S3Bucket

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"TRUE", ...

Returns the value of attribute allows_unencrypted_object_uploads.

Returns:

  • ("TRUE", "FALSE", "UNKNOWN")


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.

Returns:

  • (::String)


1499
1500
1501
# File 'sig/types.rbs', line 1499

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1500
1501
1502
# File 'sig/types.rbs', line 1500

def created_at
  @created_at
end

#default_server_side_encryptionTypes::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.

Returns:

  • (::String)


1502
1503
1504
# File 'sig/types.rbs', line 1502

def name
  @name
end

#ownerTypes::S3BucketOwner

Returns the value of attribute owner.



1503
1504
1505
# File 'sig/types.rbs', line 1503

def owner
  @owner
end

#public_accessTypes::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.

Returns:



1505
1506
1507
# File 'sig/types.rbs', line 1505

def tags
  @tags
end