Class: Aws::Types::CreateWorkteamRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:



3025
3026
3027
# File 'sig/types.rbs', line 3025

def member_definitions
  @member_definitions
end

#notification_configurationTypes::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.

Returns:



3029
3030
3031
# File 'sig/types.rbs', line 3029

def tags
  @tags
end

#worker_access_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3023
3024
3025
# File 'sig/types.rbs', line 3023

def workteam_name
  @workteam_name
end