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