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

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

Instance Attribute Details

#destination_accountString

The AWS account ID of the destination resource.

Returns:

  • (String)


4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4553

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_regionString

The AWS Region of the destination resource.

Returns:

  • (String)


4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4553

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_identifierString

The identifier of the destination resource.

Returns:

  • (String)


4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4553

class ServiceTopologyEdgeSummary < Struct.new(
  :source_resource_identifier,
  :destination_resource_identifier,
  :source_region,
  :destination_region,
  :source_account,
  :destination_account,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#propertiesArray<Types::EdgePropertySummary>

The properties of the topology edge.

Returns:



4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4553

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_accountString

The AWS account ID of the source resource.

Returns:

  • (String)


4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4553

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_regionString

The AWS Region of the source resource.

Returns:

  • (String)


4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4553

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_identifierString

The identifier of the source resource.

Returns:

  • (String)


4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4553

class ServiceTopologyEdgeSummary < Struct.new(
  :source_resource_identifier,
  :destination_resource_identifier,
  :source_region,
  :destination_region,
  :source_account,
  :destination_account,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end