Class: Aws::Types::CollaborationConfiguredAudienceModelAssociation
- Inherits:
-
Object
- Object
- Aws::Types::CollaborationConfiguredAudienceModelAssociation
- 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.
-
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute 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.
507 508 509 |
# File 'sig/types.rbs', line 507 def arn @arn end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
509 510 511 |
# File 'sig/types.rbs', line 509 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
508 509 510 |
# File 'sig/types.rbs', line 508 def collaboration_id @collaboration_id end |
#configured_audience_model_arn ⇒ ::String
Returns the value of attribute configured_audience_model_arn.
510 511 512 |
# File 'sig/types.rbs', line 510 def configured_audience_model_arn @configured_audience_model_arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
514 515 516 |
# File 'sig/types.rbs', line 514 def create_time @create_time end |
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
513 514 515 |
# File 'sig/types.rbs', line 513 def creator_account_id @creator_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
512 513 514 |
# File 'sig/types.rbs', line 512 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
506 507 508 |
# File 'sig/types.rbs', line 506 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
511 512 513 |
# File 'sig/types.rbs', line 511 def name @name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
515 516 517 |
# File 'sig/types.rbs', line 515 def update_time @update_time end |