Class: Aws::Types::CreateAccessorInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accessor_type ⇒ "BILLING_TOKEN"

Returns the value of attribute accessor_type.

Returns:

  • ("BILLING_TOKEN")


47
48
49
# File 'sig/types.rbs', line 47

def accessor_type
  @accessor_type
end

#client_request_token ⇒ ::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def client_request_token
  @client_request_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")


49
50
51
# File 'sig/types.rbs', line 49

def network_type
  @network_type
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


48
49
50
# File 'sig/types.rbs', line 48

def tags
  @tags
end