Class: Aws::CodePipeline::Types::ActionTypePermissions
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ActionTypePermissions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Details identifying the users with permissions to use the action type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allowed_accounts ⇒ Array<String>
A list of Amazon Web Services account IDs with access to use the action type in their pipelines.
Instance Attribute Details
#allowed_accounts ⇒ Array<String>
A list of Amazon Web Services account IDs with access to use the action type in their pipelines.
957 958 959 960 961 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 957 class ActionTypePermissions < Struct.new( :allowed_accounts) SENSITIVE = [] include Aws::Structure end |