Class: Aws::Types::CollaborationConfiguredAudienceModelAssociationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def arn
  @arn
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


536
537
538
# File 'sig/types.rbs', line 536

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


537
538
539
# File 'sig/types.rbs', line 537

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


532
533
534
# File 'sig/types.rbs', line 532

def create_time
  @create_time
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


538
539
540
# File 'sig/types.rbs', line 538

def 
  @creator_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


539
540
541
# File 'sig/types.rbs', line 539

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


533
534
535
# File 'sig/types.rbs', line 533

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


534
535
536
# File 'sig/types.rbs', line 534

def name
  @name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


535
536
537
# File 'sig/types.rbs', line 535

def update_time
  @update_time
end