Class: Aws::ServerlessApplicationRepository::Types::PutApplicationPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServerlessApplicationRepository::Types::PutApplicationPolicyResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-serverlessapplicationrepository/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#statements ⇒ Array<Types::ApplicationPolicyStatement>
1537 1538 1539 1540 1541 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1537 class PutApplicationPolicyResponse < Struct.new( :statements) SENSITIVE = [] include Aws::Structure end |