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)


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_regionString

The AWS Region of the destination resource.

Returns:

  • (String)


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_identifierString

The identifier of the destination resource.

Returns:

  • (String)


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

#propertiesArray<Types::EdgePropertySummary>

The properties of the topology edge.

Returns:



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_accountString

The AWS account ID of the source resource.

Returns:

  • (String)


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_regionString

The AWS Region of the source resource.

Returns:

  • (String)


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_identifierString

The identifier of the source resource.

Returns:

  • (String)


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