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
- Struct
- Aws::ManagedBlockchain::Types::NodeSummary
- Defined in:
- (unknown)
Overview
A summary of configuration properties for a peer node.
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone in which the node exists.
-
#creation_date ⇒ Time
The date and time that the node was created.
-
#id ⇒ String
The unique identifier of the node.
-
#instance_type ⇒ String
The EC2 instance type for the node.
-
#status ⇒ String
The status of the node.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone in which the node exists.
#creation_date ⇒ Time
The date and time that the node was created.
#id ⇒ String
The unique identifier of the node.
#instance_type ⇒ String
The EC2 instance type for the node.
#status ⇒ String
The status of the node.
Possible values:
- CREATING
- AVAILABLE
- CREATE_FAILED
- UPDATING
- DELETING
- DELETED
- FAILED