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)


685
686
687
# File 'sig/types.rbs', line 685

def arn
  @arn
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


680
681
682
# File 'sig/types.rbs', line 680

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


681
682
683
# File 'sig/types.rbs', line 681

def collaboration_id
  @collaboration_id
end

#configured_audience_model_arn::String

Returns the value of attribute configured_audience_model_arn.

Returns:

  • (::String)


687
688
689
# File 'sig/types.rbs', line 687

def configured_audience_model_arn
  @configured_audience_model_arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


682
683
684
# File 'sig/types.rbs', line 682

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


688
689
690
# File 'sig/types.rbs', line 688

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


684
685
686
# File 'sig/types.rbs', line 684

def id
  @id
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


679
680
681
# File 'sig/types.rbs', line 679

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


678
679
680
# File 'sig/types.rbs', line 678

def membership_id
  @membership_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


686
687
688
# File 'sig/types.rbs', line 686

def name
  @name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


683
684
685
# File 'sig/types.rbs', line 683

def update_time
  @update_time
end