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)


1459
1460
1461
# File 'sig/types.rbs', line 1459

def 
  @destination_account
end

#destination_region::String

Returns the value of attribute destination_region.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



1460
1461
1462
# File 'sig/types.rbs', line 1460

def properties
  @properties
end

#source_account::String

Returns the value of attribute source_account.

Returns:

  • (::String)


1458
1459
1460
# File 'sig/types.rbs', line 1458

def 
  @source_account
end

#source_region::String

Returns the value of attribute source_region.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1454
1455
1456
# File 'sig/types.rbs', line 1454

def source_resource_identifier
  @source_resource_identifier
end