GroupConfiguration
public struct GroupConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The configuration currently associated with the group and in effect.
Declaration
Swift
public let configuration: [GroupConfigurationItem]?
-
If present, the reason why a request to update the group configuration failed.
Declaration
Swift
public let failureReason: String?
-
If present, the new configuration that is in the process of being applied to the group.
Declaration
Swift
public let proposedConfiguration: [GroupConfigurationItem]?
-
The current status of an attempt to update the group configuration.
Declaration
Swift
public let status: GroupConfigurationStatus?
-
Undocumented
Declaration
Swift
public init(configuration: [GroupConfigurationItem]? = nil, failureReason: String? = nil, proposedConfiguration: [GroupConfigurationItem]? = nil, status: GroupConfigurationStatus? = nil)