DeleteTrialComponentResponse

public struct DeleteTrialComponentResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the component is being deleted.

    Declaration

    Swift

    public let trialComponentArn: String?
  • Undocumented

    Declaration

    Swift

    public init(trialComponentArn: String? = nil)