WorkGroupSummary
public struct WorkGroupSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The workgroup creation date and time.
Declaration
Swift
public let creationTime: TimeStamp?
-
The workgroup description.
Declaration
Swift
public let description: String?
-
The name of the workgroup.
Declaration
Swift
public let name: String?
-
The state of the workgroup.
Declaration
Swift
public let state: WorkGroupState?
-
Undocumented
Declaration
Swift
public init(creationTime: TimeStamp? = nil, description: String? = nil, name: String? = nil, state: WorkGroupState? = nil)