Class: Aws::NetworkManager::Types::ConnectPeerSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#connect_attachment_idString

The ID of a Connect peer attachment.



724
725
726
727
728
729
730
731
732
733
734
735
# File 'lib/aws-sdk-networkmanager/types.rb', line 724

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_idString

The ID of a Connect peer.



724
725
726
727
728
729
730
731
732
733
734
735
# File 'lib/aws-sdk-networkmanager/types.rb', line 724

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_stateString

The state of a Connect peer.



724
725
726
727
728
729
730
731
732
733
734
735
# File 'lib/aws-sdk-networkmanager/types.rb', line 724

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_idString

The ID of a core network.



724
725
726
727
728
729
730
731
732
733
734
735
# File 'lib/aws-sdk-networkmanager/types.rb', line 724

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_atTime

The timestamp when a Connect peer was created.



724
725
726
727
728
729
730
731
732
733
734
735
# File 'lib/aws-sdk-networkmanager/types.rb', line 724

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_locationString

The Region where the edge is located.



724
725
726
727
728
729
730
731
732
733
734
735
# File 'lib/aws-sdk-networkmanager/types.rb', line 724

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_arnString

The subnet ARN for the Connect peer summary.



724
725
726
727
728
729
730
731
732
733
734
735
# File 'lib/aws-sdk-networkmanager/types.rb', line 724

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

#tagsArray<Types::Tag>

The list of key-value tags associated with the Connect peer summary.



724
725
726
727
728
729
730
731
732
733
734
735
# File 'lib/aws-sdk-networkmanager/types.rb', line 724

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