Class: Aws::Resiliencehubv2::Types::EdgePropertySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::EdgePropertySummary
- 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
-
#label ⇒ String
Human-readable relationship description.
-
#topology_type ⇒ String
The topology type of the edge.
Instance Attribute Details
#label ⇒ String
Human-readable relationship description. Only present for LLM-inferred edges.
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_type ⇒ String
The topology type of the edge.
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 |