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)


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.

Returns:



3008
3009
3010
# File 'sig/types.rbs', line 3008

def member_definitions
  @member_definitions
end

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

Returns:



3012
3013
3014
# File 'sig/types.rbs', line 3012

def tags
  @tags
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


3006
3007
3008
# File 'sig/types.rbs', line 3006

def workteam_name
  @workteam_name
end