ResourceTargetDefinition
public struct ResourceTargetDefinition : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The attribute to be changed.
Declaration
Swift
public let attribute: ResourceAttribute?
-
If the attribute is Properties, the value is the name of the property. Otherwise, the value is null.
Declaration
Swift
public let name: String?
-
If the attribute is Properties, indicates whether a change to this property causes the resource to be re-created.
Declaration
Swift
public let requiresRecreation: RequiresRecreation?
-
Undocumented
Declaration
Swift
public init(attribute: ResourceAttribute? = nil, name: String? = nil, requiresRecreation: RequiresRecreation? = nil)