CreateConfigurationResponse
public struct CreateConfigurationResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the configuration.
Declaration
Swift
public let arn: String? -
The time when the configuration was created.
Declaration
Swift
public let creationTime: TimeStamp? -
Latest revision of the configuration.
Declaration
Swift
public let latestRevision: ConfigurationRevision? -
The name of the configuration. Configuration names are strings that match the regex “^[0-9A-Za-z-]+$”.
Declaration
Swift
public let name: 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, creationTime: TimeStamp? = nil, latestRevision: ConfigurationRevision? = nil, name: String? = nil, state: ConfigurationState? = nil)
View on GitHub
CreateConfigurationResponse Structure Reference