Class: Aws::Types::CollaborationConfiguredAudienceModelAssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::CollaborationConfiguredAudienceModelAssociationSummary
- 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.
-
#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.
531 532 533 |
# File 'sig/types.rbs', line 531 def arn @arn end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
536 537 538 |
# File 'sig/types.rbs', line 536 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
537 538 539 |
# File 'sig/types.rbs', line 537 def collaboration_id @collaboration_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
532 533 534 |
# File 'sig/types.rbs', line 532 def create_time @create_time end |
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
538 539 540 |
# File 'sig/types.rbs', line 538 def creator_account_id @creator_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
539 540 541 |
# File 'sig/types.rbs', line 539 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
533 534 535 |
# File 'sig/types.rbs', line 533 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
534 535 536 |
# File 'sig/types.rbs', line 534 def name @name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
535 536 537 |
# File 'sig/types.rbs', line 535 def update_time @update_time end |