Class: Aws::ServerlessApplicationRepository::Types::ApplicationPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServerlessApplicationRepository::Types::ApplicationPolicy
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-serverlessapplicationrepository/types.rb
Overview
Policy statements applied to the application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#statements ⇒ Array<Types::ApplicationPolicyStatement>
An array of policy statements applied to the application.
Instance Attribute Details
#statements ⇒ Array<Types::ApplicationPolicyStatement>
An array of policy statements applied to the application.
178 179 180 181 182 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 178 class ApplicationPolicy < Struct.new( :statements) SENSITIVE = [] include Aws::Structure end |