Change
public struct Change : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.
Declaration
Swift
public let resourceChange: ResourceChange?
-
The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.
Declaration
Swift
public let type: ChangeType?
-
Undocumented
Declaration
Swift
public init(resourceChange: ResourceChange? = nil, type: ChangeType? = nil)