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.
2753 2754 2755 2756 2757 |
# File 'lib/aws-sdk-s3control/types.rb', line 2753 class GetAccessPointPolicyStatusResult < Struct.new( :policy_status) SENSITIVE = [] include Aws::Structure end |