ListComponentBuildVersionsResponse

public struct ListComponentBuildVersionsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of component summaries for the specified semantic version.

    Declaration

    Swift

    public let componentSummaryList: [ComponentSummary]?
  • The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.

    Declaration

    Swift

    public let nextToken: String?
  • The request ID that uniquely identifies this request.

    Declaration

    Swift

    public let requestId: String?
  • Undocumented

    Declaration

    Swift

    public init(componentSummaryList: [ComponentSummary]? = nil, nextToken: String? = nil, requestId: String? = nil)