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)


12527
12528
12529
# File 'sig/types.rbs', line 12527

def description
  @description
end

#member_definitions::Array[Types::MemberDefinition]

Returns the value of attribute member_definitions.

Returns:



12526
12527
12528
# File 'sig/types.rbs', line 12526

def member_definitions
  @member_definitions
end

#notification_configurationTypes::NotificationConfiguration

Returns the value of attribute notification_configuration.



12528
12529
12530
# File 'sig/types.rbs', line 12528

def notification_configuration
  @notification_configuration
end

#worker_access_configurationTypes::WorkerAccessConfiguration

Returns the value of attribute worker_access_configuration.



12529
12530
12531
# File 'sig/types.rbs', line 12529

def worker_access_configuration
  @worker_access_configuration
end

#workteam_name::String

Returns the value of attribute workteam_name.

Returns:

  • (::String)


12525
12526
12527
# File 'sig/types.rbs', line 12525

def workteam_name
  @workteam_name
end