Class: Aws::Types::Workteam
- Inherits:
-
Object
- Object
- Aws::Types::Workteam
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_date ⇒ ::Time
Returns the value of attribute create_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
-
#member_definitions ⇒ ::Array[Types::MemberDefinition]
Returns the value of attribute member_definitions.
-
#notification_configuration ⇒ Types::NotificationConfiguration
Returns the value of attribute notification_configuration.
-
#product_listing_ids ⇒ ::Array[::String]
Returns the value of attribute product_listing_ids.
-
#sub_domain ⇒ ::String
Returns the value of attribute sub_domain.
-
#worker_access_configuration ⇒ Types::WorkerAccessConfiguration
Returns the value of attribute worker_access_configuration.
-
#workforce_arn ⇒ ::String
Returns the value of attribute workforce_arn.
-
#workteam_arn ⇒ ::String
Returns the value of attribute workteam_arn.
-
#workteam_name ⇒ ::String
Returns the value of attribute workteam_name.
Instance Attribute Details
#create_date ⇒ ::Time
Returns the value of attribute create_date.
12691 12692 12693 |
# File 'sig/types.rbs', line 12691 def create_date @create_date end |
#description ⇒ ::String
Returns the value of attribute description.
12689 12690 12691 |
# File 'sig/types.rbs', line 12689 def description @description end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
12692 12693 12694 |
# File 'sig/types.rbs', line 12692 def last_updated_date @last_updated_date end |
#member_definitions ⇒ ::Array[Types::MemberDefinition]
Returns the value of attribute member_definitions.
12685 12686 12687 |
# File 'sig/types.rbs', line 12685 def member_definitions @member_definitions end |
#notification_configuration ⇒ Types::NotificationConfiguration
Returns the value of attribute notification_configuration.
12693 12694 12695 |
# File 'sig/types.rbs', line 12693 def notification_configuration @notification_configuration end |
#product_listing_ids ⇒ ::Array[::String]
Returns the value of attribute product_listing_ids.
12688 12689 12690 |
# File 'sig/types.rbs', line 12688 def product_listing_ids @product_listing_ids end |
#sub_domain ⇒ ::String
Returns the value of attribute sub_domain.
12690 12691 12692 |
# File 'sig/types.rbs', line 12690 def sub_domain @sub_domain end |
#worker_access_configuration ⇒ Types::WorkerAccessConfiguration
Returns the value of attribute worker_access_configuration.
12694 12695 12696 |
# File 'sig/types.rbs', line 12694 def worker_access_configuration @worker_access_configuration end |
#workforce_arn ⇒ ::String
Returns the value of attribute workforce_arn.
12687 12688 12689 |
# File 'sig/types.rbs', line 12687 def workforce_arn @workforce_arn end |
#workteam_arn ⇒ ::String
Returns the value of attribute workteam_arn.
12686 12687 12688 |
# File 'sig/types.rbs', line 12686 def workteam_arn @workteam_arn end |
#workteam_name ⇒ ::String
Returns the value of attribute workteam_name.
12684 12685 12686 |
# File 'sig/types.rbs', line 12684 def workteam_name @workteam_name end |