GetProposalInput

public struct GetProposalInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique identifier of the network for which the proposal is made.

    Declaration

    Swift

    public let networkId: String
  • The unique identifier of the proposal.

    Declaration

    Swift

    public let proposalId: String
  • Undocumented

    Declaration

    Swift

    public init(networkId: String, proposalId: String)
  • Declaration

    Swift

    public func validate(name: String) throws