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.
3226 3227 3228 |
# File 'sig/types.rbs', line 3226 def analytics_engine @analytics_engine end |
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
3223 3224 3225 |
# File 'sig/types.rbs', line 3223 def collaboration_identifier @collaboration_identifier end |
#description ⇒ ::String
Returns the value of attribute description.
3225 3226 3227 |
# File 'sig/types.rbs', line 3225 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
3224 3225 3226 |
# File 'sig/types.rbs', line 3224 def name @name end |