Class: Aws::Types::UpdateWorkteamRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkteamRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#member_definitions ⇒ ::Array[Types::MemberDefinition]
Returns the value of attribute member_definitions.
-
#notification_configuration ⇒ Types::NotificationConfiguration
Returns the value of attribute notification_configuration.
-
#worker_access_configuration ⇒ Types::WorkerAccessConfiguration
Returns the value of attribute worker_access_configuration.
-
#workteam_name ⇒ ::String
Returns the value of attribute workteam_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
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.
12518 12519 12520 |
# File 'sig/types.rbs', line 12518 def member_definitions @member_definitions end |
#notification_configuration ⇒ Types::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_configuration ⇒ Types::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.
12517 12518 12519 |
# File 'sig/types.rbs', line 12517 def workteam_name @workteam_name end |