TestGridProject
public struct TestGridProject : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN for the project.
Declaration
Swift
public let arn: String?
-
When the project was created.
Declaration
Swift
public let created: TimeStamp?
-
A human-readable description for the project.
Declaration
Swift
public let description: String?
-
A human-readable name for the project.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, created: TimeStamp? = nil, description: String? = nil, name: String? = nil)