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.
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.
12526 12527 12528 |
# File 'sig/types.rbs', line 12526 def member_definitions @member_definitions end |
#notification_configuration ⇒ Types::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_configuration ⇒ Types::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.
12525 12526 12527 |
# File 'sig/types.rbs', line 12525 def workteam_name @workteam_name end |