PutAttributesRequest
public struct PutAttributesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The attributes to apply to your resource. You can specify up to 10 custom attributes per resource. You can specify up to 10 attributes in a single call.
Declaration
Swift
public let attributes: [Attribute] -
The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to apply attributes. If you do not specify a cluster, the default cluster is assumed.
Declaration
Swift
public let cluster: String? -
Undocumented
Declaration
Swift
public init(attributes: [Attribute], cluster: String? = nil)
View on GitHub
PutAttributesRequest Structure Reference