AWSLogsDescribeAccountPoliciesResponse

Objective-C

@interface AWSLogsDescribeAccountPoliciesResponse

Swift

class AWSLogsDescribeAccountPoliciesResponse
  • An array of structures that contain information about the CloudWatch Logs account policies that match the specified filters.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSLogsAccountPolicy *> *_Nullable accountPolicies;

    Swift

    var accountPolicies: [AWSLogsAccountPolicy]? { get set }