Class: Aws::Types::PaymentNetwork

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#chain"BASE", ...

Returns the value of attribute chain.

Returns:

  • ("BASE", "SOLANA", "BASE_SEPOLIA", "SOLANA_DEVNET")


1265
1266
1267
# File 'sig/types.rbs', line 1265

def chain
  @chain
end

#prices::Array[Types::Price]

Returns the value of attribute prices.

Returns:



1267
1268
1269
# File 'sig/types.rbs', line 1267

def prices
  @prices
end

#wallet_address::String

Returns the value of attribute wallet_address.

Returns:

  • (::String)


1266
1267
1268
# File 'sig/types.rbs', line 1266

def wallet_address
  @wallet_address
end