Class: Aws::Types::ServiceTopologyEdgeSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_account::String

Returns the value of attribute destination_account.

Returns:

  • (::String)


1409
1410
1411
# File 'sig/types.rbs', line 1409

def 
  @destination_account
end

#destination_region::String

Returns the value of attribute destination_region.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



1410
1411
1412
# File 'sig/types.rbs', line 1410

def properties
  @properties
end

#source_account::String

Returns the value of attribute source_account.

Returns:

  • (::String)


1408
1409
1410
# File 'sig/types.rbs', line 1408

def 
  @source_account
end

#source_region::String

Returns the value of attribute source_region.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1404
1405
1406
# File 'sig/types.rbs', line 1404

def source_resource_identifier
  @source_resource_identifier
end