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

#account_public_accessTypes::PublicAccessConfiguration

Returns the value of attribute account_public_access.



2722
2723
2724
# File 'sig/types.rbs', line 2722

def 
  @account_public_access
end

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

Returns:

  • (::Time)


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.

Returns:

  • (::String)


2719
2720
2721
# File 'sig/types.rbs', line 2719

def effective_permission
  @effective_permission
end

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("BLOCKED", "ALLOWED")


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.

Returns:

  • ("BLOCKED", "ALLOWED")


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.

Returns:

  • (::Array[::String])


2724
2725
2726
# File 'sig/types.rbs', line 2724

def s3_object_uids
  @s3_object_uids
end