Class: Aws::Types::Edge

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_type"ContributedTo", ...

Returns the value of attribute association_type.

Returns:

  • ("ContributedTo", "AssociatedWith", "DerivedFrom", "Produced", "SameAs")


5611
5612
5613
# File 'sig/types.rbs', line 5611

def association_type
  @association_type
end

#destination_arn::String

Returns the value of attribute destination_arn.

Returns:

  • (::String)


5610
5611
5612
# File 'sig/types.rbs', line 5610

def destination_arn
  @destination_arn
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


5609
5610
5611
# File 'sig/types.rbs', line 5609

def source_arn
  @source_arn
end