DeleteAttributesRequest

public struct DeleteAttributesRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The attributes to delete from your resource. You can specify up to 10 attributes per request. For custom attributes, specify the attribute name and target ID, but do not specify the value. If you specify the target ID using the short form, you must also specify the target type.

    Declaration

    Swift

    public let attributes: [Attribute]
  • The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to delete 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)