Class: Aws::Types::CreateWorkteamRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkteamRequest
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#worker_access_configuration ⇒ Types::WorkerAccessConfiguration
Returns the value of attribute worker_access_configuration.
-
#workforce_name ⇒ ::String
Returns the value of attribute workforce_name.
-
#workteam_name ⇒ ::String
Returns the value of attribute workteam_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
3026 3027 3028 |
# File 'sig/types.rbs', line 3026 def description @description end |
#member_definitions ⇒ ::Array[Types::MemberDefinition]
Returns the value of attribute member_definitions.
3025 3026 3027 |
# File 'sig/types.rbs', line 3025 def member_definitions @member_definitions end |
#notification_configuration ⇒ Types::NotificationConfiguration
Returns the value of attribute notification_configuration.
3027 3028 3029 |
# File 'sig/types.rbs', line 3027 def notification_configuration @notification_configuration end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
3029 3030 3031 |
# File 'sig/types.rbs', line 3029 def @tags end |
#worker_access_configuration ⇒ Types::WorkerAccessConfiguration
Returns the value of attribute worker_access_configuration.
3028 3029 3030 |
# File 'sig/types.rbs', line 3028 def worker_access_configuration @worker_access_configuration end |
#workforce_name ⇒ ::String
Returns the value of attribute workforce_name.
3024 3025 3026 |
# File 'sig/types.rbs', line 3024 def workforce_name @workforce_name end |
#workteam_name ⇒ ::String
Returns the value of attribute workteam_name.
3023 3024 3025 |
# File 'sig/types.rbs', line 3023 def workteam_name @workteam_name end |