Class: Aws::Resiliencehubv2::Types::EdgePropertySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::EdgePropertySummary
- Defined in:
- gems/aws-sdk-resiliencehubv2/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.
1158 1159 1160 1161 1162 1163 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1158 class EdgePropertySummary < Struct.new( :topology_type, :label) SENSITIVE = [] include Aws::Structure end |
#topology_type ⇒ String
The topology type of the edge.
1158 1159 1160 1161 1162 1163 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1158 class EdgePropertySummary < Struct.new( :topology_type, :label) SENSITIVE = [] include Aws::Structure end |