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.
3009 3010 3011 |
# File 'sig/types.rbs', line 3009 def description @description end |
#member_definitions ⇒ ::Array[Types::MemberDefinition]
Returns the value of attribute member_definitions.
3008 3009 3010 |
# File 'sig/types.rbs', line 3008 def member_definitions @member_definitions end |
#notification_configuration ⇒ Types::NotificationConfiguration
Returns the value of attribute notification_configuration.
3010 3011 3012 |
# File 'sig/types.rbs', line 3010 def notification_configuration @notification_configuration end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
3012 3013 3014 |
# File 'sig/types.rbs', line 3012 def @tags end |
#worker_access_configuration ⇒ Types::WorkerAccessConfiguration
Returns the value of attribute worker_access_configuration.
3011 3012 3013 |
# File 'sig/types.rbs', line 3011 def worker_access_configuration @worker_access_configuration end |
#workforce_name ⇒ ::String
Returns the value of attribute workforce_name.
3007 3008 3009 |
# File 'sig/types.rbs', line 3007 def workforce_name @workforce_name end |
#workteam_name ⇒ ::String
Returns the value of attribute workteam_name.
3006 3007 3008 |
# File 'sig/types.rbs', line 3006 def workteam_name @workteam_name end |