Class: Aws::S3Control::Types::GetAccessPointPolicyStatusResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::GetAccessPointPolicyStatusResult
- Defined in:
- gems/aws-sdk-s3control/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.
2707 2708 2709 2710 2711 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2707 class GetAccessPointPolicyStatusResult < Struct.new( :policy_status) SENSITIVE = [] include Aws::Structure end |