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)


12544
12545
12546
# File 'sig/types.rbs', line 12544

def description
  @description
end

#member_definitions::Array[Types::MemberDefinition]

Returns the value of attribute member_definitions.

Returns:



12543
12544
12545
# File 'sig/types.rbs', line 12543

def member_definitions
  @member_definitions
end

#notification_configurationTypes::NotificationConfiguration

Returns the value of attribute notification_configuration.



12545
12546
12547
# File 'sig/types.rbs', line 12545

def notification_configuration
  @notification_configuration
end

#worker_access_configurationTypes::WorkerAccessConfiguration

Returns the value of attribute worker_access_configuration.



12546
12547
12548
# File 'sig/types.rbs', line 12546

def worker_access_configuration
  @worker_access_configuration
end

#workteam_name::String

Returns the value of attribute workteam_name.

Returns:

  • (::String)


12542
12543
12544
# File 'sig/types.rbs', line 12542

def workteam_name
  @workteam_name
end