PutResourcePolicyResponse

public struct PutResourcePolicyResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN of the secret retrieved by the resource-based policy.

    Declaration

    Swift

    public let arn: String?
  • The friendly name of the secret that the retrieved by the resource-based policy.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, name: String? = nil)