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.
463 464 465 |
# File 'sig/types.rbs', line 463 def arn @arn end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
468 469 470 |
# File 'sig/types.rbs', line 468 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
469 470 471 |
# File 'sig/types.rbs', line 469 def collaboration_id @collaboration_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
464 465 466 |
# File 'sig/types.rbs', line 464 def create_time @create_time end |
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
470 471 472 |
# File 'sig/types.rbs', line 470 def creator_account_id @creator_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
471 472 473 |
# File 'sig/types.rbs', line 471 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
465 466 467 |
# File 'sig/types.rbs', line 465 def id @id end |
#is_synthetic_data ⇒ Boolean
Returns the value of attribute is_synthetic_data.
472 473 474 |
# File 'sig/types.rbs', line 472 def is_synthetic_data @is_synthetic_data end |
#name ⇒ ::String
Returns the value of attribute name.
466 467 468 |
# File 'sig/types.rbs', line 466 def name @name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
467 468 469 |
# File 'sig/types.rbs', line 467 def update_time @update_time end |