Class: Aws::Types::PutBucketPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1552
1553
1554
# File 'sig/types.rbs', line 1552

def 
  @account_id
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


1553
1554
1555
# File 'sig/types.rbs', line 1553

def bucket
  @bucket
end

#confirm_remove_self_bucket_accessBoolean

Returns the value of attribute confirm_remove_self_bucket_access.

Returns:

  • (Boolean)


1554
1555
1556
# File 'sig/types.rbs', line 1554

def confirm_remove_self_bucket_access
  @confirm_remove_self_bucket_access
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


1555
1556
1557
# File 'sig/types.rbs', line 1555

def policy
  @policy
end