Class: Aws::Resiliencehubv2::Types::ServiceTopologyEdgeSummary

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

Instance Attribute Details

#destination_resource_identifierString

The identifier of the destination resource.

Returns:

  • (String)


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

#propertiesArray<Types::EdgePropertySummary>

The properties of the topology edge.

Returns:



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_identifierString

The identifier of the source resource.

Returns:

  • (String)


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