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.
267 268 269 |
# File 'sig/types.rbs', line 267 def arn @arn end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
274 275 276 |
# File 'sig/types.rbs', line 274 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
275 276 277 |
# File 'sig/types.rbs', line 275 def collaboration_id @collaboration_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
268 269 270 |
# File 'sig/types.rbs', line 268 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
276 277 278 |
# File 'sig/types.rbs', line 276 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
269 270 271 |
# File 'sig/types.rbs', line 269 def id @id end |
#is_synthetic_data ⇒ Boolean
Returns the value of attribute is_synthetic_data.
277 278 279 |
# File 'sig/types.rbs', line 277 def is_synthetic_data @is_synthetic_data end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
272 273 274 |
# File 'sig/types.rbs', line 272 def membership_arn @membership_arn end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
273 274 275 |
# File 'sig/types.rbs', line 273 def membership_id @membership_id end |
#name ⇒ ::String
Returns the value of attribute name.
270 271 272 |
# File 'sig/types.rbs', line 270 def name @name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
271 272 273 |
# File 'sig/types.rbs', line 271 def update_time @update_time end |