Class: Aws::Types::UpdateWorkteamRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.



12605
12606
12607
# File 'sig/types.rbs', line 12605

def description
  @description
end

#member_definitions::Array[Types::MemberDefinition]

Returns the value of attribute member_definitions.



12604
12605
12606
# File 'sig/types.rbs', line 12604

def member_definitions
  @member_definitions
end

#notification_configurationTypes::NotificationConfiguration

Returns the value of attribute notification_configuration.



12606
12607
12608
# File 'sig/types.rbs', line 12606

def notification_configuration
  @notification_configuration
end

#worker_access_configurationTypes::WorkerAccessConfiguration

Returns the value of attribute worker_access_configuration.



12607
12608
12609
# File 'sig/types.rbs', line 12607

def worker_access_configuration
  @worker_access_configuration
end

#workteam_name::String

Returns the value of attribute workteam_name.



12603
12604
12605
# File 'sig/types.rbs', line 12603

def workteam_name
  @workteam_name
end