Class: Aws::S3Control::Types::GetAccessPointPolicyResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

The access point policy associated with the specified access point.

Returns:

  • (String)


2640
2641
2642
2643
2644
# File 'lib/aws-sdk-s3control/types.rb', line 2640

class GetAccessPointPolicyResult < Struct.new(
  :policy)
  SENSITIVE = []
  include Aws::Structure
end