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.
685 686 687 |
# File 'sig/types.rbs', line 685 def arn @arn end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
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.
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.
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.
682 683 684 |
# File 'sig/types.rbs', line 682 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
688 689 690 |
# File 'sig/types.rbs', line 688 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
684 685 686 |
# File 'sig/types.rbs', line 684 def id @id end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
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.
678 679 680 |
# File 'sig/types.rbs', line 678 def membership_id @membership_id end |
#name ⇒ ::String
Returns the value of attribute name.
686 687 688 |
# File 'sig/types.rbs', line 686 def name @name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
683 684 685 |
# File 'sig/types.rbs', line 683 def update_time @update_time end |