Class: Aws::Types::AnalysisTemplateSummary
- Inherits:
-
Object
- Object
- Aws::Types::AnalysisTemplateSummary
- 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.
-
#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.
-
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
-
#membership_id ⇒ ::String
Returns the value of attribute membership_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.
278 279 280 |
# File 'sig/types.rbs', line 278 def arn @arn end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
285 286 287 |
# File 'sig/types.rbs', line 285 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
286 287 288 |
# File 'sig/types.rbs', line 286 def collaboration_id @collaboration_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
279 280 281 |
# File 'sig/types.rbs', line 279 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
287 288 289 |
# File 'sig/types.rbs', line 287 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
280 281 282 |
# File 'sig/types.rbs', line 280 def id @id end |
#is_synthetic_data ⇒ Boolean
Returns the value of attribute is_synthetic_data.
288 289 290 |
# File 'sig/types.rbs', line 288 def is_synthetic_data @is_synthetic_data end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
283 284 285 |
# File 'sig/types.rbs', line 283 def membership_arn @membership_arn end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
284 285 286 |
# File 'sig/types.rbs', line 284 def membership_id @membership_id end |
#name ⇒ ::String
Returns the value of attribute name.
281 282 283 |
# File 'sig/types.rbs', line 281 def name @name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
282 283 284 |
# File 'sig/types.rbs', line 282 def update_time @update_time end |