You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A summary of configuration properties for a peer node.

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone in which the node exists.

Returns:

  • (String)

    The Availability Zone in which the node exists.

#creation_dateTime

The date and time that the node was created.

Returns:

  • (Time)

    The date and time that the node was created.

#idString

The unique identifier of the node.

Returns:

  • (String)

    The unique identifier of the node.

#instance_typeString

The EC2 instance type for the node.

Returns:

  • (String)

    The EC2 instance type for the node.

#statusString

The status of the node.

Possible values:

  • CREATING
  • AVAILABLE
  • CREATE_FAILED
  • UPDATING
  • DELETING
  • DELETED
  • FAILED

Returns:

  • (String)

    The status of the node.