Class: Aws::Types::CreateBucketRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acl"private", ...

Returns the value of attribute acl.

Returns:

  • ("private", "public-read", "public-read-write", "authenticated-read")


235
236
237
# File 'sig/types.rbs', line 235

def acl
  @acl
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def bucket
  @bucket
end

#create_bucket_configurationTypes::CreateBucketConfiguration

Returns the value of attribute create_bucket_configuration.



237
238
239
# File 'sig/types.rbs', line 237

def create_bucket_configuration
  @create_bucket_configuration
end

#grant_full_control::String

Returns the value of attribute grant_full_control.

Returns:

  • (::String)


238
239
240
# File 'sig/types.rbs', line 238

def grant_full_control
  @grant_full_control
end

#grant_read::String

Returns the value of attribute grant_read.

Returns:

  • (::String)


239
240
241
# File 'sig/types.rbs', line 239

def grant_read
  @grant_read
end

#grant_read_acp::String

Returns the value of attribute grant_read_acp.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def grant_read_acp
  @grant_read_acp
end

#grant_write::String

Returns the value of attribute grant_write.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def grant_write
  @grant_write
end

#grant_write_acp::String

Returns the value of attribute grant_write_acp.

Returns:

  • (::String)


242
243
244
# File 'sig/types.rbs', line 242

def grant_write_acp
  @grant_write_acp
end

#object_lock_enabled_for_bucketBoolean

Returns the value of attribute object_lock_enabled_for_bucket.

Returns:

  • (Boolean)


243
244
245
# File 'sig/types.rbs', line 243

def object_lock_enabled_for_bucket
  @object_lock_enabled_for_bucket
end

#outpost_id::String

Returns the value of attribute outpost_id.

Returns:

  • (::String)


244
245
246
# File 'sig/types.rbs', line 244

def outpost_id
  @outpost_id
end