Class: Aws::ManagedBlockchain::Types::NodeSummary

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

Overview

A summary of configuration properties for a node.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the node. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

Returns:

  • (String)


2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2297

class NodeSummary < Struct.new(
  :id,
  :status,
  :creation_date,
  :availability_zone,
  :instance_type,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#availability_zoneString

The Availability Zone in which the node exists.

Returns:

  • (String)


2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2297

class NodeSummary < Struct.new(
  :id,
  :status,
  :creation_date,
  :availability_zone,
  :instance_type,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#creation_dateTime

The date and time that the node was created.

Returns:

  • (Time)


2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2297

class NodeSummary < Struct.new(
  :id,
  :status,
  :creation_date,
  :availability_zone,
  :instance_type,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the node.

Returns:

  • (String)


2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2297

class NodeSummary < Struct.new(
  :id,
  :status,
  :creation_date,
  :availability_zone,
  :instance_type,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

The EC2 instance type for the node.

Returns:

  • (String)


2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2297

class NodeSummary < Struct.new(
  :id,
  :status,
  :creation_date,
  :availability_zone,
  :instance_type,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the node.

Returns:

  • (String)


2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2297

class NodeSummary < Struct.new(
  :id,
  :status,
  :creation_date,
  :availability_zone,
  :instance_type,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end