Class: Aws::Types::ConfiguredAudienceModelAssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ConfiguredAudienceModelAssociationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
-
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
-
#configured_audience_model_arn ⇒ ::String
Returns the value of attribute configured_audience_model_arn.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
-
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
702 703 704 |
# File 'sig/types.rbs', line 702 def arn @arn end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
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.
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.
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.
699 700 701 |
# File 'sig/types.rbs', line 699 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
705 706 707 |
# File 'sig/types.rbs', line 705 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
701 702 703 |
# File 'sig/types.rbs', line 701 def id @id end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
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.
695 696 697 |
# File 'sig/types.rbs', line 695 def membership_id @membership_id end |
#name ⇒ ::String
Returns the value of attribute name.
703 704 705 |
# File 'sig/types.rbs', line 703 def name @name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
700 701 702 |
# File 'sig/types.rbs', line 700 def update_time @update_time end |