Class: Aws::Types::ServiceTopologyEdgeSummary
- Inherits:
-
Object
- Object
- Aws::Types::ServiceTopologyEdgeSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_account ⇒ ::String
Returns the value of attribute destination_account.
-
#destination_region ⇒ ::String
Returns the value of attribute destination_region.
-
#destination_resource_identifier ⇒ ::String
Returns the value of attribute destination_resource_identifier.
-
#properties ⇒ ::Array[Types::EdgePropertySummary]
Returns the value of attribute properties.
-
#source_account ⇒ ::String
Returns the value of attribute source_account.
-
#source_region ⇒ ::String
Returns the value of attribute source_region.
-
#source_resource_identifier ⇒ ::String
Returns the value of attribute source_resource_identifier.
Instance Attribute Details
#destination_account ⇒ ::String
Returns the value of attribute destination_account.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def destination_account @destination_account end |
#destination_region ⇒ ::String
Returns the value of attribute destination_region.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def destination_region @destination_region end |
#destination_resource_identifier ⇒ ::String
Returns the value of attribute destination_resource_identifier.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def destination_resource_identifier @destination_resource_identifier end |
#properties ⇒ ::Array[Types::EdgePropertySummary]
Returns the value of attribute properties.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def properties @properties end |
#source_account ⇒ ::String
Returns the value of attribute source_account.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def source_account @source_account end |
#source_region ⇒ ::String
Returns the value of attribute source_region.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def source_region @source_region end |
#source_resource_identifier ⇒ ::String
Returns the value of attribute source_resource_identifier.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def source_resource_identifier @source_resource_identifier end |