Class: Aws::ManagedBlockchain::Types::Accessor
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::Accessor
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
The properties of the Accessor.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the accessor.
-
#billing_token ⇒ String
The billing token is a property of the Accessor.
-
#creation_date ⇒ Time
The creation date and time of the accessor.
-
#id ⇒ String
The unique identifier of the accessor.
-
#network_type ⇒ String
The blockchain network that the Accessor token is created for.
-
#status ⇒ String
The current status of the accessor.
-
#tags ⇒ Hash<String,String>
The tags assigned to the Accessor.
-
#type ⇒ String
The type of the accessor.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the accessor. For more information about ARNs and their format, see [Amazon Resource Names (ARNs)] in the *Amazon Web Services General Reference*.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
84 85 86 87 88 89 90 91 92 93 94 95 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 84 class Accessor < Struct.new( :id, :type, :billing_token, :status, :creation_date, :arn, :tags, :network_type) SENSITIVE = [] include Aws::Structure end |
#billing_token ⇒ String
The billing token is a property of the Accessor. Use this token to when making calls to the blockchain network. The billing token is used to track your accessor token for billing requests.
84 85 86 87 88 89 90 91 92 93 94 95 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 84 class Accessor < Struct.new( :id, :type, :billing_token, :status, :creation_date, :arn, :tags, :network_type) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ Time
The creation date and time of the accessor.
84 85 86 87 88 89 90 91 92 93 94 95 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 84 class Accessor < Struct.new( :id, :type, :billing_token, :status, :creation_date, :arn, :tags, :network_type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the accessor.
84 85 86 87 88 89 90 91 92 93 94 95 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 84 class Accessor < Struct.new( :id, :type, :billing_token, :status, :creation_date, :arn, :tags, :network_type) SENSITIVE = [] include Aws::Structure end |
#network_type ⇒ String
The blockchain network that the Accessor token is created for.
84 85 86 87 88 89 90 91 92 93 94 95 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 84 class Accessor < Struct.new( :id, :type, :billing_token, :status, :creation_date, :arn, :tags, :network_type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the accessor.
84 85 86 87 88 89 90 91 92 93 94 95 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 84 class Accessor < Struct.new( :id, :type, :billing_token, :status, :creation_date, :arn, :tags, :network_type) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags assigned to the Accessor.
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*.
[1]: docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html [2]: docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html
84 85 86 87 88 89 90 91 92 93 94 95 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 84 class Accessor < Struct.new( :id, :type, :billing_token, :status, :creation_date, :arn, :tags, :network_type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the accessor.
<note markdown=“1”> Currently, accessor type is restricted to ‘BILLING_TOKEN`.
</note>
84 85 86 87 88 89 90 91 92 93 94 95 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 84 class Accessor < Struct.new( :id, :type, :billing_token, :status, :creation_date, :arn, :tags, :network_type) SENSITIVE = [] include Aws::Structure end |