Class: Aws::Types::AssociationSummary

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


508
509
510
# File 'sig/types.rbs', line 508

def association_type
  @association_type
end

#created_byTypes::UserContext

Returns the value of attribute created_by.

Returns:



512
513
514
# File 'sig/types.rbs', line 512

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


511
512
513
# File 'sig/types.rbs', line 511

def creation_time
  @creation_time
end

#destination_arn::String

Returns the value of attribute destination_arn.

Returns:

  • (::String)


505
506
507
# File 'sig/types.rbs', line 505

def destination_arn
  @destination_arn
end

#destination_name::String

Returns the value of attribute destination_name.

Returns:

  • (::String)


510
511
512
# File 'sig/types.rbs', line 510

def destination_name
  @destination_name
end

#destination_type::String

Returns the value of attribute destination_type.

Returns:

  • (::String)


507
508
509
# File 'sig/types.rbs', line 507

def destination_type
  @destination_type
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


504
505
506
# File 'sig/types.rbs', line 504

def source_arn
  @source_arn
end

#source_name::String

Returns the value of attribute source_name.

Returns:

  • (::String)


509
510
511
# File 'sig/types.rbs', line 509

def source_name
  @source_name
end

#source_type::String

Returns the value of attribute source_type.

Returns:

  • (::String)


506
507
508
# File 'sig/types.rbs', line 506

def source_type
  @source_type
end