Class: Aws::Types::DeleteBucketRequest

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:

  • (::String)


911
912
913
# File 'sig/types.rbs', line 911

def bucket_name
  @bucket_name
end

#force_deleteBoolean

Returns the value of attribute force_delete.

Returns:

  • (Boolean)


912
913
914
# File 'sig/types.rbs', line 912

def force_delete
  @force_delete
end