Class: Aws::Types::CollaborationConfiguredAudienceModelAssociation

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)


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

def arn
  @arn
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


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

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


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

def collaboration_id
  @collaboration_id
end

#configured_audience_model_arn::String

Returns the value of attribute configured_audience_model_arn.

Returns:

  • (::String)


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

def configured_audience_model_arn
  @configured_audience_model_arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


514
515
516
# File 'sig/types.rbs', line 514

def create_time
  @create_time
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


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

def 
  @creator_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


515
516
517
# File 'sig/types.rbs', line 515

def update_time
  @update_time
end