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")


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.

Returns:

  • (::String)


3250
3251
3252
# File 'sig/types.rbs', line 3250

def collaboration_identifier
  @collaboration_identifier
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3252
3253
3254
# File 'sig/types.rbs', line 3252

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3251
3252
3253
# File 'sig/types.rbs', line 3251

def name
  @name
end