UpdateResourceShareRequest
public struct UpdateResourceShareRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates whether principals outside your AWS organization can be associated with a resource share.
Declaration
Swift
public let allowExternalPrincipals: Bool?
-
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Declaration
Swift
public let clientToken: String?
-
The name of the resource share.
Declaration
Swift
public let name: String?
-
The Amazon Resource Name (ARN) of the resource share.
Declaration
Swift
public let resourceShareArn: String
-
Undocumented
Declaration
Swift
public init(allowExternalPrincipals: Bool? = nil, clientToken: String? = nil, name: String? = nil, resourceShareArn: String)