Class: Aws::Resiliencehubv2::Types::ServiceTopologyEdgeSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ServiceTopologyEdgeSummary
- Defined in:
- gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb
Overview
Contains summary information about a service topology edge.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_resource_identifier ⇒ String
The identifier of the destination resource.
-
#properties ⇒ Array<Types::EdgePropertySummary>
The properties of the topology edge.
-
#source_resource_identifier ⇒ String
The identifier of the source resource.
Instance Attribute Details
#destination_resource_identifier ⇒ String
The identifier of the destination resource.
3837 3838 3839 3840 3841 3842 3843 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3837 class ServiceTopologyEdgeSummary < Struct.new( :source_resource_identifier, :destination_resource_identifier, :properties) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Array<Types::EdgePropertySummary>
The properties of the topology edge.
3837 3838 3839 3840 3841 3842 3843 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3837 class ServiceTopologyEdgeSummary < Struct.new( :source_resource_identifier, :destination_resource_identifier, :properties) SENSITIVE = [] include Aws::Structure end |
#source_resource_identifier ⇒ String
The identifier of the source resource.
3837 3838 3839 3840 3841 3842 3843 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3837 class ServiceTopologyEdgeSummary < Struct.new( :source_resource_identifier, :destination_resource_identifier, :properties) SENSITIVE = [] include Aws::Structure end |