Class: Aws::Types::Workteam

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


12674
12675
12676
# File 'sig/types.rbs', line 12674

def create_date
  @create_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12672
12673
12674
# File 'sig/types.rbs', line 12672

def description
  @description
end

#last_updated_date::Time

Returns the value of attribute last_updated_date.

Returns:

  • (::Time)


12675
12676
12677
# File 'sig/types.rbs', line 12675

def last_updated_date
  @last_updated_date
end

#member_definitions::Array[Types::MemberDefinition]

Returns the value of attribute member_definitions.

Returns:



12668
12669
12670
# File 'sig/types.rbs', line 12668

def member_definitions
  @member_definitions
end

#notification_configurationTypes::NotificationConfiguration

Returns the value of attribute notification_configuration.



12676
12677
12678
# File 'sig/types.rbs', line 12676

def notification_configuration
  @notification_configuration
end

#product_listing_ids::Array[::String]

Returns the value of attribute product_listing_ids.

Returns:

  • (::Array[::String])


12671
12672
12673
# File 'sig/types.rbs', line 12671

def product_listing_ids
  @product_listing_ids
end

#sub_domain::String

Returns the value of attribute sub_domain.

Returns:

  • (::String)


12673
12674
12675
# File 'sig/types.rbs', line 12673

def sub_domain
  @sub_domain
end

#worker_access_configurationTypes::WorkerAccessConfiguration

Returns the value of attribute worker_access_configuration.



12677
12678
12679
# File 'sig/types.rbs', line 12677

def worker_access_configuration
  @worker_access_configuration
end

#workforce_arn::String

Returns the value of attribute workforce_arn.

Returns:

  • (::String)


12670
12671
12672
# File 'sig/types.rbs', line 12670

def workforce_arn
  @workforce_arn
end

#workteam_arn::String

Returns the value of attribute workteam_arn.

Returns:

  • (::String)


12669
12670
12671
# File 'sig/types.rbs', line 12669

def workteam_arn
  @workteam_arn
end

#workteam_name::String

Returns the value of attribute workteam_name.

Returns:

  • (::String)


12667
12668
12669
# File 'sig/types.rbs', line 12667

def workteam_name
  @workteam_name
end