Class: Aws::Types::CreateAccessorOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accessor_id ⇒ ::String

Returns the value of attribute accessor_id.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def accessor_id
  @accessor_id
end

#billing_token ⇒ ::String

Returns the value of attribute billing_token.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def billing_token
  @billing_token
end

#network_type ⇒ "ETHEREUM_GOERLI", ...

Returns the value of attribute network_type.

Returns:

  • ("ETHEREUM_GOERLI", "ETHEREUM_MAINNET", "ETHEREUM_MAINNET_AND_GOERLI", "POLYGON_MAINNET", "POLYGON_MUMBAI")


56
57
58
# File 'sig/types.rbs', line 56

def network_type
  @network_type
end