Class: Aws::ManagedBlockchain::Types::AccessorSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::AccessorSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
A summary of accessor properties.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) 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.
-
#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
135 136 137 138 139 140 141 142 143 144 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 135 class AccessorSummary < Struct.new( :id, :type, :status, :creation_date, :arn, :network_type) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ Time
The creation date and time of the accessor.
135 136 137 138 139 140 141 142 143 144 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 135 class AccessorSummary < Struct.new( :id, :type, :status, :creation_date, :arn, :network_type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the accessor.
135 136 137 138 139 140 141 142 143 144 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 135 class AccessorSummary < Struct.new( :id, :type, :status, :creation_date, :arn, :network_type) SENSITIVE = [] include Aws::Structure end |
#network_type ⇒ String
The blockchain network that the Accessor token is created for.
135 136 137 138 139 140 141 142 143 144 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 135 class AccessorSummary < Struct.new( :id, :type, :status, :creation_date, :arn, :network_type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the accessor.
135 136 137 138 139 140 141 142 143 144 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 135 class AccessorSummary < Struct.new( :id, :type, :status, :creation_date, :arn, :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>
135 136 137 138 139 140 141 142 143 144 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 135 class AccessorSummary < Struct.new( :id, :type, :status, :creation_date, :arn, :network_type) SENSITIVE = [] include Aws::Structure end |