UpdateConfigurationResponse
public struct UpdateConfigurationResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the configuration.
Declaration
Swift
public let arn: String?
-
Latest revision of the configuration.
Declaration
Swift
public let latestRevision: ConfigurationRevision?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, latestRevision: ConfigurationRevision? = nil)