Class: Aws::Types::ExperimentTemplateSummary
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentTemplateSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
427 428 429 |
# File 'sig/types.rbs', line 427 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
429 430 431 |
# File 'sig/types.rbs', line 429 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
428 429 430 |
# File 'sig/types.rbs', line 428 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
426 427 428 |
# File 'sig/types.rbs', line 426 def id @id end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
430 431 432 |
# File 'sig/types.rbs', line 430 def last_update_time @last_update_time end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
431 432 433 |
# File 'sig/types.rbs', line 431 def end |