Class: Aws::Types::ConfiguredAudienceModelAssociationSummary

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)


702
703
704
# File 'sig/types.rbs', line 702

def arn
  @arn
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


697
698
699
# File 'sig/types.rbs', line 697

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


698
699
700
# File 'sig/types.rbs', line 698

def collaboration_id
  @collaboration_id
end

#configured_audience_model_arn::String

Returns the value of attribute configured_audience_model_arn.

Returns:

  • (::String)


704
705
706
# File 'sig/types.rbs', line 704

def configured_audience_model_arn
  @configured_audience_model_arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


699
700
701
# File 'sig/types.rbs', line 699

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


705
706
707
# File 'sig/types.rbs', line 705

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


701
702
703
# File 'sig/types.rbs', line 701

def id
  @id
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


695
696
697
# File 'sig/types.rbs', line 695

def membership_id
  @membership_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


703
704
705
# File 'sig/types.rbs', line 703

def name
  @name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


700
701
702
# File 'sig/types.rbs', line 700

def update_time
  @update_time
end