DescribeRecordOutput

public struct DescribeRecordOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

    Declaration

    Swift

    public let nextPageToken: String?
  • Information about the product.

    Declaration

    Swift

    public let recordDetail: RecordDetail?
  • Information about the product created as the result of a request. For example, the output for a CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.

    Declaration

    Swift

    public let recordOutputs: [RecordOutput]?
  • Undocumented

    Declaration

    Swift

    public init(nextPageToken: String? = nil, recordDetail: RecordDetail? = nil, recordOutputs: [RecordOutput]? = nil)