PolicyGrantingServiceAccess

public struct PolicyGrantingServiceAccess : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the entity (user or role) to which the inline policy is attached. This field is null for managed policies. For more information about these policy types, see Managed Policies and Inline Policies in the IAM User Guide.

    Declaration

    Swift

    public let entityName: String?
  • The type of entity (user or role) that used the policy to access the service to which the inline policy is attached. This field is null for managed policies. For more information about these policy types, see Managed Policies and Inline Policies in the IAM User Guide.

    Declaration

    Swift

    public let entityType: PolicyOwnerEntityType?
  • Undocumented

    Declaration

    Swift

    public let policyArn: String?
  • The policy name.

    Declaration

    Swift

    public let policyName: String
  • The policy type. For more information about these policy types, see Managed Policies and Inline Policies in the IAM User Guide.

    Declaration

    Swift

    public let policyType: PolicyType
  • Undocumented

    Declaration

    Swift

    public init(entityName: String? = nil, entityType: PolicyOwnerEntityType? = nil, policyArn: String? = nil, policyName: String, policyType: PolicyType)