Class: Aws::Types::PutS3AccessPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#s3_access_point_arn::String

Returns the value of attribute s3_access_point_arn.

Returns:

  • (::String)


1784
1785
1786
# File 'sig/types.rbs', line 1784

def s3_access_point_arn
  @s3_access_point_arn
end

#s3_access_policy::String

Returns the value of attribute s3_access_policy.

Returns:

  • (::String)


1785
1786
1787
# File 'sig/types.rbs', line 1785

def s3_access_policy
  @s3_access_policy
end