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.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def destination_account @destination_account end |
#destination_region ⇒ ::String
Returns the value of attribute destination_region.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def destination_region @destination_region end |
#destination_resource_identifier ⇒ ::String
Returns the value of attribute destination_resource_identifier.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def destination_resource_identifier @destination_resource_identifier end |
#properties ⇒ ::Array[Types::EdgePropertySummary]
Returns the value of attribute properties.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def properties @properties end |
#source_account ⇒ ::String
Returns the value of attribute source_account.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def source_account @source_account end |
#source_region ⇒ ::String
Returns the value of attribute source_region.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def source_region @source_region end |
#source_resource_identifier ⇒ ::String
Returns the value of attribute source_resource_identifier.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def source_resource_identifier @source_resource_identifier end |