Class: Aws::ManagedBlockchain::Types::NodeSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::NodeSummary
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the node.
-
#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
#arn ⇒ String
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.
2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2301 class NodeSummary < Struct.new( :id, :status, :creation_date, :availability_zone, :instance_type, :arn) SENSITIVE = [] include Aws::Structure end |
#availability_zone ⇒ String
The Availability Zone in which the node exists.
2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2301 class NodeSummary < Struct.new( :id, :status, :creation_date, :availability_zone, :instance_type, :arn) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ Time
The date and time that the node was created.
2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2301 class NodeSummary < Struct.new( :id, :status, :creation_date, :availability_zone, :instance_type, :arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the node.
2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2301 class NodeSummary < Struct.new( :id, :status, :creation_date, :availability_zone, :instance_type, :arn) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The EC2 instance type for the node.
2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2301 class NodeSummary < Struct.new( :id, :status, :creation_date, :availability_zone, :instance_type, :arn) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the node.
2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2301 class NodeSummary < Struct.new( :id, :status, :creation_date, :availability_zone, :instance_type, :arn) SENSITIVE = [] include Aws::Structure end |