Class: Aws::ManagedBlockchain::Types::CreateAccessorInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accessor_typeString

The type of accessor.

Currently, accessor type is restricted to BILLING_TOKEN.

Returns:

  • (String)


246
247
248
249
250
251
252
253
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 246

class CreateAccessorInput < Struct.new(
  :client_request_token,
  :accessor_type,
  :tags,
  :network_type)
  SENSITIVE = []
  include Aws::Structure
end

#client_request_tokenString

This is a unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an Amazon Web Services SDK or the Amazon Web Services CLI.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


246
247
248
249
250
251
252
253
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 246

class CreateAccessorInput < Struct.new(
  :client_request_token,
  :accessor_type,
  :tags,
  :network_type)
  SENSITIVE = []
  include Aws::Structure
end

#network_typeString

The blockchain network that the Accessor token is created for.

We recommend using the appropriate networkType value for the blockchain network that you are creating the Accessor token for. You cannnot use the value ETHEREUM_MAINNET_AND_GOERLI to specify a networkType for your Accessor token.

The default value of ETHEREUM_MAINNET_AND_GOERLI is only applied:

  • when the CreateAccessor action does not set a networkType.

  • to all existing Accessor tokens that were created before the networkType property was introduced.

Returns:

  • (String)


246
247
248
249
250
251
252
253
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 246

class CreateAccessorInput < Struct.new(
  :client_request_token,
  :accessor_type,
  :tags,
  :network_type)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags to assign to the Accessor.

Each tag consists of a key and an optional value. You can specify multiple key-value pairs in a single request with an overall maximum of 50 tags allowed per resource.

For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.

Returns:

  • (Hash<String,String>)


246
247
248
249
250
251
252
253
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 246

class CreateAccessorInput < Struct.new(
  :client_request_token,
  :accessor_type,
  :tags,
  :network_type)
  SENSITIVE = []
  include Aws::Structure
end