Class: Aws::Types::ConfiguredAudienceModelAssociation
- Inherits:
-
Object
- Object
- Aws::Types::ConfiguredAudienceModelAssociation
- 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.
-
#manage_resource_policies ⇒ Boolean
Returns the value of attribute manage_resource_policies.
-
#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.
680 681 682 |
# File 'sig/types.rbs', line 680 def arn @arn end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
685 686 687 |
# File 'sig/types.rbs', line 685 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
684 685 686 |
# File 'sig/types.rbs', line 684 def collaboration_id @collaboration_id end |
#configured_audience_model_arn ⇒ ::String
Returns the value of attribute configured_audience_model_arn.
681 682 683 |
# File 'sig/types.rbs', line 681 def configured_audience_model_arn @configured_audience_model_arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
689 690 691 |
# File 'sig/types.rbs', line 689 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.
679 680 681 |
# File 'sig/types.rbs', line 679 def id @id end |
#manage_resource_policies ⇒ Boolean
Returns the value of attribute manage_resource_policies.
687 688 689 |
# File 'sig/types.rbs', line 687 def manage_resource_policies @manage_resource_policies end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
683 684 685 |
# File 'sig/types.rbs', line 683 def membership_arn @membership_arn end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
682 683 684 |
# File 'sig/types.rbs', line 682 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.
690 691 692 |
# File 'sig/types.rbs', line 690 def update_time @update_time end |