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_accountString

The AWS account ID of the destination resource.

Returns:

  • (String)


5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 5147

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)


5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 5147

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)


5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 5147

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:



5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 5147

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)


5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 5147

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)


5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 5147

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)


5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 5147

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