Class: Aws::Types::UpdateCollaborationInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analytics_engine"SPARK", "CLEAN_ROOMS_SQL"

Returns the value of attribute analytics_engine.

Returns:

  • ("SPARK", "CLEAN_ROOMS_SQL")


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.

Returns:

  • (::String)


3223
3224
3225
# File 'sig/types.rbs', line 3223

def collaboration_identifier
  @collaboration_identifier
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3225
3226
3227
# File 'sig/types.rbs', line 3225

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3224
3225
3226
# File 'sig/types.rbs', line 3224

def name
  @name
end