Class: Aws::NetworkManager::Types::ConnectPeerSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::ConnectPeerSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Summary description of a Connect peer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connect_attachment_id ⇒ String
The ID of a Connect peer attachment.
-
#connect_peer_id ⇒ String
The ID of a Connect peer.
-
#connect_peer_state ⇒ String
The state of a Connect peer.
-
#core_network_id ⇒ String
The ID of a core network.
-
#created_at ⇒ Time
The timestamp when a Connect peer was created.
-
#edge_location ⇒ String
The Region where the edge is located.
-
#subnet_arn ⇒ String
The subnet ARN for the Connect peer summary.
-
#tags ⇒ Array<Types::Tag>
The list of key-value tags associated with the Connect peer summary.
Instance Attribute Details
#connect_attachment_id ⇒ String
The ID of a Connect peer attachment.
692 693 694 695 696 697 698 699 700 701 702 703 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 692 class ConnectPeerSummary < Struct.new( :core_network_id, :connect_attachment_id, :connect_peer_id, :edge_location, :connect_peer_state, :created_at, :tags, :subnet_arn) SENSITIVE = [] include Aws::Structure end |
#connect_peer_id ⇒ String
The ID of a Connect peer.
692 693 694 695 696 697 698 699 700 701 702 703 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 692 class ConnectPeerSummary < Struct.new( :core_network_id, :connect_attachment_id, :connect_peer_id, :edge_location, :connect_peer_state, :created_at, :tags, :subnet_arn) SENSITIVE = [] include Aws::Structure end |
#connect_peer_state ⇒ String
The state of a Connect peer.
692 693 694 695 696 697 698 699 700 701 702 703 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 692 class ConnectPeerSummary < Struct.new( :core_network_id, :connect_attachment_id, :connect_peer_id, :edge_location, :connect_peer_state, :created_at, :tags, :subnet_arn) SENSITIVE = [] include Aws::Structure end |
#core_network_id ⇒ String
The ID of a core network.
692 693 694 695 696 697 698 699 700 701 702 703 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 692 class ConnectPeerSummary < Struct.new( :core_network_id, :connect_attachment_id, :connect_peer_id, :edge_location, :connect_peer_state, :created_at, :tags, :subnet_arn) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when a Connect peer was created.
692 693 694 695 696 697 698 699 700 701 702 703 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 692 class ConnectPeerSummary < Struct.new( :core_network_id, :connect_attachment_id, :connect_peer_id, :edge_location, :connect_peer_state, :created_at, :tags, :subnet_arn) SENSITIVE = [] include Aws::Structure end |
#edge_location ⇒ String
The Region where the edge is located.
692 693 694 695 696 697 698 699 700 701 702 703 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 692 class ConnectPeerSummary < Struct.new( :core_network_id, :connect_attachment_id, :connect_peer_id, :edge_location, :connect_peer_state, :created_at, :tags, :subnet_arn) SENSITIVE = [] include Aws::Structure end |
#subnet_arn ⇒ String
The subnet ARN for the Connect peer summary.
692 693 694 695 696 697 698 699 700 701 702 703 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 692 class ConnectPeerSummary < Struct.new( :core_network_id, :connect_attachment_id, :connect_peer_id, :edge_location, :connect_peer_state, :created_at, :tags, :subnet_arn) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The list of key-value tags associated with the Connect peer summary.
692 693 694 695 696 697 698 699 700 701 702 703 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 692 class ConnectPeerSummary < Struct.new( :core_network_id, :connect_attachment_id, :connect_peer_id, :edge_location, :connect_peer_state, :created_at, :tags, :subnet_arn) SENSITIVE = [] include Aws::Structure end |