Class: Aws::Resiliencehubv2::Types::EdgePropertySummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Contains property information for a service topology edge.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#labelString

Human-readable relationship description. Only present for LLM-inferred edges.

Returns:

  • (String)


1141
1142
1143
1144
1145
1146
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1141

class EdgePropertySummary < Struct.new(
  :topology_type,
  :label)
  SENSITIVE = []
  include Aws::Structure
end

#topology_typeString

The topology type of the edge.

Returns:

  • (String)


1141
1142
1143
1144
1145
1146
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1141

class EdgePropertySummary < Struct.new(
  :topology_type,
  :label)
  SENSITIVE = []
  include Aws::Structure
end