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