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.
520 521 522 |
# File 'sig/types.rbs', line 520 def arn @arn end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
525 526 527 |
# File 'sig/types.rbs', line 525 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
526 527 528 |
# File 'sig/types.rbs', line 526 def collaboration_id @collaboration_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
521 522 523 |
# File 'sig/types.rbs', line 521 def create_time @create_time end |
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
527 528 529 |
# File 'sig/types.rbs', line 527 def creator_account_id @creator_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
528 529 530 |
# File 'sig/types.rbs', line 528 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
522 523 524 |
# File 'sig/types.rbs', line 522 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
523 524 525 |
# File 'sig/types.rbs', line 523 def name @name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
524 525 526 |
# File 'sig/types.rbs', line 524 def update_time @update_time end |