AWS SDK for .NET Documentation
Actions Property
AmazonAmazon.Auth.AccessControlPolicyStatementActions Did this page help you?   Yes   No    Tell us about it...
Gets and Sets the list of actions to which this policy statement applies. Actions limit a policy statement to specific service operations that are being allowed or denied by the policy statement. For example, you might want to allow any AWS user to post messages to your SQS queue using the SendMessage action, but you don't want to allow those users other actions such as ReceiveMessage or DeleteQueue.
Declaration Syntax
C#
public IList<ActionIdentifier> Actions { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)