Class: Aws::ManagedBlockchain::Types::AccessorSummary

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

Overview

A summary of accessor properties.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


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_dateTime

The creation date and time of the accessor.

Returns:

  • (Time)


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

#idString

The unique identifier of the accessor.

Returns:

  • (String)


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_typeString

The blockchain network that the Accessor token is created for.

Returns:

  • (String)


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

#statusString

The current status of the accessor.

Returns:

  • (String)


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

#typeString

The type of the accessor.

<note markdown=“1”> Currently accessor type is restricted to ‘BILLING_TOKEN`.

</note>

Returns:

  • (String)


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