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)


520
521
522
# File 'sig/types.rbs', line 520

def arn
  @arn
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


525
526
527
# File 'sig/types.rbs', line 525

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


526
527
528
# File 'sig/types.rbs', line 526

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


521
522
523
# File 'sig/types.rbs', line 521

def create_time
  @create_time
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


527
528
529
# File 'sig/types.rbs', line 527

def 
  @creator_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


528
529
530
# File 'sig/types.rbs', line 528

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


522
523
524
# File 'sig/types.rbs', line 522

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


523
524
525
# File 'sig/types.rbs', line 523

def name
  @name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


524
525
526
# File 'sig/types.rbs', line 524

def update_time
  @update_time
end