DescribeObjectsOutput
public struct DescribeObjectsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates whether there are more results to return.
Declaration
Swift
public let hasMoreResults: Bool?
-
The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value. If the value is null, there are no more results.
Declaration
Swift
public let marker: String?
-
An array of object definitions.
Declaration
Swift
public let pipelineObjects: [PipelineObject]
-
Undocumented
Declaration
Swift
public init(hasMoreResults: Bool? = nil, marker: String? = nil, pipelineObjects: [PipelineObject])