DescribeProjectRequest
public struct DescribeProjectRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Unique project identifier.
Declaration
Swift
public let projectId: String
-
If set to true, causes AWS Mobile Hub to synchronize information from other services, e.g., update state of AWS CloudFormation stacks in the AWS Mobile Hub project.
Declaration
Swift
public let syncFromResources: Bool?
-
Undocumented
Declaration
Swift
public init(projectId: String, syncFromResources: Bool? = nil)