Class: Aws::Types::UpdateCollaborationInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCollaborationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analytics_engine ⇒ "SPARK", "CLEAN_ROOMS_SQL"
Returns the value of attribute analytics_engine.
-
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#analytics_engine ⇒ "SPARK", "CLEAN_ROOMS_SQL"
Returns the value of attribute analytics_engine.
3253 3254 3255 |
# File 'sig/types.rbs', line 3253 def analytics_engine @analytics_engine end |
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
3250 3251 3252 |
# File 'sig/types.rbs', line 3250 def collaboration_identifier @collaboration_identifier end |
#description ⇒ ::String
Returns the value of attribute description.
3252 3253 3254 |
# File 'sig/types.rbs', line 3252 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
3251 3252 3253 |
# File 'sig/types.rbs', line 3251 def name @name end |