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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedblockchain/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.

Returns:

  • (String)


135
136
137
138
139
140
141
142
143
144
# File 'gems/aws-sdk-managedblockchain/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 'gems/aws-sdk-managedblockchain/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 'gems/aws-sdk-managedblockchain/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 'gems/aws-sdk-managedblockchain/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 'gems/aws-sdk-managedblockchain/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.

Currently accessor type is restricted to BILLING_TOKEN.

Returns:

  • (String)


135
136
137
138
139
140
141
142
143
144
# File 'gems/aws-sdk-managedblockchain/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