Class: Aws::CodePipeline::Types::ActionTypePermissions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#allowed_accountsArray<String>

A list of Amazon Web Services account IDs with access to use the action type in their pipelines.

Returns:

  • (Array<String>)


925
926
927
928
929
# File 'lib/aws-sdk-codepipeline/types.rb', line 925

class ActionTypePermissions < Struct.new(
  :allowed_accounts)
  SENSITIVE = []
  include Aws::Structure
end