Class: Aws::Types::CollaborationAnalysisTemplateSummary
- Inherits:
-
Object
- Object
- Aws::Types::CollaborationAnalysisTemplateSummary
- 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.
-
#is_synthetic_data ⇒ Boolean
Returns the value of attribute is_synthetic_data.
-
#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.
474 475 476 |
# File 'sig/types.rbs', line 474 def arn @arn end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
479 480 481 |
# File 'sig/types.rbs', line 479 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
480 481 482 |
# File 'sig/types.rbs', line 480 def collaboration_id @collaboration_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
475 476 477 |
# File 'sig/types.rbs', line 475 def create_time @create_time end |
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
481 482 483 |
# File 'sig/types.rbs', line 481 def creator_account_id @creator_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
482 483 484 |
# File 'sig/types.rbs', line 482 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
476 477 478 |
# File 'sig/types.rbs', line 476 def id @id end |
#is_synthetic_data ⇒ Boolean
Returns the value of attribute is_synthetic_data.
483 484 485 |
# File 'sig/types.rbs', line 483 def is_synthetic_data @is_synthetic_data end |
#name ⇒ ::String
Returns the value of attribute name.
477 478 479 |
# File 'sig/types.rbs', line 477 def name @name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
478 479 480 |
# File 'sig/types.rbs', line 478 def update_time @update_time end |