Class: Aws::Types::ConfiguredAudienceModelAssociation

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)


663
664
665
# File 'sig/types.rbs', line 663

def arn
  @arn
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


668
669
670
# File 'sig/types.rbs', line 668

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


667
668
669
# File 'sig/types.rbs', line 667

def collaboration_id
  @collaboration_id
end

#configured_audience_model_arn::String

Returns the value of attribute configured_audience_model_arn.

Returns:

  • (::String)


664
665
666
# File 'sig/types.rbs', line 664

def configured_audience_model_arn
  @configured_audience_model_arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


672
673
674
# File 'sig/types.rbs', line 672

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


671
672
673
# File 'sig/types.rbs', line 671

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


662
663
664
# File 'sig/types.rbs', line 662

def id
  @id
end

#manage_resource_policiesBoolean

Returns the value of attribute manage_resource_policies.

Returns:

  • (Boolean)


670
671
672
# File 'sig/types.rbs', line 670

def manage_resource_policies
  @manage_resource_policies
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


666
667
668
# File 'sig/types.rbs', line 666

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


665
666
667
# File 'sig/types.rbs', line 665

def membership_id
  @membership_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


669
670
671
# File 'sig/types.rbs', line 669

def name
  @name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


673
674
675
# File 'sig/types.rbs', line 673

def update_time
  @update_time
end