DeleteConfigurationResponse
public struct DeleteConfigurationResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the configuration.
Declaration
Swift
public let arn: String?
-
The state of the configuration. The possible states are ACTIVE, DELETING and DELETE_FAILED.
Declaration
Swift
public let state: ConfigurationState?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, state: ConfigurationState? = nil)