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

#bucket_name::String

Returns the value of attribute bucket_name.

Returns:



540
541
542
# File 'sig/types.rbs', line 540

def bucket_name
  @bucket_name
end

#bundle_id::String

Returns the value of attribute bundle_id.

Returns:



541
542
543
# File 'sig/types.rbs', line 541

def bundle_id
  @bundle_id
end

#enable_object_versioningBoolean

Returns the value of attribute enable_object_versioning.

Returns:



543
544
545
# File 'sig/types.rbs', line 543

def enable_object_versioning
  @enable_object_versioning
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



542
543
544
# File 'sig/types.rbs', line 542

def tags
  @tags
end