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.
663 664 665 |
# File 'sig/types.rbs', line 663 def arn @arn end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
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.
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.
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.
672 673 674 |
# File 'sig/types.rbs', line 672 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
671 672 673 |
# File 'sig/types.rbs', line 671 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
662 663 664 |
# File 'sig/types.rbs', line 662 def id @id end |
#manage_resource_policies ⇒ Boolean
Returns the value of attribute manage_resource_policies.
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.
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.
665 666 667 |
# File 'sig/types.rbs', line 665 def membership_id @membership_id end |
#name ⇒ ::String
Returns the value of attribute name.
669 670 671 |
# File 'sig/types.rbs', line 669 def name @name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
673 674 675 |
# File 'sig/types.rbs', line 673 def update_time @update_time end |