Class: Aws::Types::UpdateWorkteamRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12519
12520
12521
# File 'sig/types.rbs', line 12519

def description
  @description
end

#member_definitions::Array[Types::MemberDefinition]

Returns the value of attribute member_definitions.

Returns:



12518
12519
12520
# File 'sig/types.rbs', line 12518

def member_definitions
  @member_definitions
end

#notification_configurationTypes::NotificationConfiguration

Returns the value of attribute notification_configuration.



12520
12521
12522
# File 'sig/types.rbs', line 12520

def notification_configuration
  @notification_configuration
end

#worker_access_configurationTypes::WorkerAccessConfiguration

Returns the value of attribute worker_access_configuration.



12521
12522
12523
# File 'sig/types.rbs', line 12521

def worker_access_configuration
  @worker_access_configuration
end

#workteam_name::String

Returns the value of attribute workteam_name.

Returns:

  • (::String)


12517
12518
12519
# File 'sig/types.rbs', line 12517

def workteam_name
  @workteam_name
end