Class: Aws::Resiliencehubv2::Types::ServiceTopologyEdgeSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ServiceTopologyEdgeSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Contains summary information about a service topology edge.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_account ⇒ String
The AWS account ID of the destination resource.
-
#destination_region ⇒ String
The AWS Region of the destination resource.
-
#destination_resource_identifier ⇒ String
The identifier of the destination resource.
-
#properties ⇒ Array<Types::EdgePropertySummary>
The properties of the topology edge.
-
#source_account ⇒ String
The AWS account ID of the source resource.
-
#source_region ⇒ String
The AWS Region of the source resource.
-
#source_resource_identifier ⇒ String
The identifier of the source resource.
Instance Attribute Details
#destination_account ⇒ String
The AWS account ID of the destination resource.
3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3908 class ServiceTopologyEdgeSummary < Struct.new( :source_resource_identifier, :destination_resource_identifier, :source_region, :destination_region, :source_account, :destination_account, :properties) SENSITIVE = [] include Aws::Structure end |
#destination_region ⇒ String
The AWS Region of the destination resource.
3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3908 class ServiceTopologyEdgeSummary < Struct.new( :source_resource_identifier, :destination_resource_identifier, :source_region, :destination_region, :source_account, :destination_account, :properties) SENSITIVE = [] include Aws::Structure end |
#destination_resource_identifier ⇒ String
The identifier of the destination resource.
3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3908 class ServiceTopologyEdgeSummary < Struct.new( :source_resource_identifier, :destination_resource_identifier, :source_region, :destination_region, :source_account, :destination_account, :properties) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Array<Types::EdgePropertySummary>
The properties of the topology edge.
3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3908 class ServiceTopologyEdgeSummary < Struct.new( :source_resource_identifier, :destination_resource_identifier, :source_region, :destination_region, :source_account, :destination_account, :properties) SENSITIVE = [] include Aws::Structure end |
#source_account ⇒ String
The AWS account ID of the source resource.
3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3908 class ServiceTopologyEdgeSummary < Struct.new( :source_resource_identifier, :destination_resource_identifier, :source_region, :destination_region, :source_account, :destination_account, :properties) SENSITIVE = [] include Aws::Structure end |
#source_region ⇒ String
The AWS Region of the source resource.
3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3908 class ServiceTopologyEdgeSummary < Struct.new( :source_resource_identifier, :destination_resource_identifier, :source_region, :destination_region, :source_account, :destination_account, :properties) SENSITIVE = [] include Aws::Structure end |
#source_resource_identifier ⇒ String
The identifier of the source resource.
3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3908 class ServiceTopologyEdgeSummary < Struct.new( :source_resource_identifier, :destination_resource_identifier, :source_region, :destination_region, :source_account, :destination_account, :properties) SENSITIVE = [] include Aws::Structure end |