Class: Aws::S3Control::Types::GetAccessPointPolicyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::GetAccessPointPolicyResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The access point policy associated with the specified access point.
Instance Attribute Details
#policy ⇒ String
The access point policy associated with the specified access point.
2640 2641 2642 2643 2644 |
# File 'lib/aws-sdk-s3control/types.rb', line 2640 class GetAccessPointPolicyResult < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |