Class: Aws::Types::AddAssociationRequest

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")


295
296
297
# File 'sig/types.rbs', line 295

def association_type
  @association_type
end

#destination_arn::String

Returns the value of attribute destination_arn.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def destination_arn
  @destination_arn
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


293
294
295
# File 'sig/types.rbs', line 293

def source_arn
  @source_arn
end