Class: Aws::S3Control::Types::GetAccessPointPolicyStatusResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::GetAccessPointPolicyStatusResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_status ⇒ Types::PolicyStatus
Indicates the current policy status of the specified access point.
Instance Attribute Details
#policy_status ⇒ Types::PolicyStatus
Indicates the current policy status of the specified access point.
2785 2786 2787 2788 2789 |
# File 'lib/aws-sdk-s3control/types.rb', line 2785 class GetAccessPointPolicyStatusResult < Struct.new( :policy_status) SENSITIVE = [] include Aws::Structure end |