Class: Aws::Types::SubscribedWorkteam
- Inherits:
-
Object
- Object
- Aws::Types::SubscribedWorkteam
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#listing_id ⇒ ::String
Returns the value of attribute listing_id.
-
#marketplace_description ⇒ ::String
Returns the value of attribute marketplace_description.
-
#marketplace_title ⇒ ::String
Returns the value of attribute marketplace_title.
-
#seller_name ⇒ ::String
Returns the value of attribute seller_name.
-
#workteam_arn ⇒ ::String
Returns the value of attribute workteam_arn.
Instance Attribute Details
#listing_id ⇒ ::String
Returns the value of attribute listing_id.
11231 11232 11233 |
# File 'sig/types.rbs', line 11231 def listing_id @listing_id end |
#marketplace_description ⇒ ::String
Returns the value of attribute marketplace_description.
11230 11231 11232 |
# File 'sig/types.rbs', line 11230 def marketplace_description @marketplace_description end |
#marketplace_title ⇒ ::String
Returns the value of attribute marketplace_title.
11228 11229 11230 |
# File 'sig/types.rbs', line 11228 def marketplace_title @marketplace_title end |
#seller_name ⇒ ::String
Returns the value of attribute seller_name.
11229 11230 11231 |
# File 'sig/types.rbs', line 11229 def seller_name @seller_name end |
#workteam_arn ⇒ ::String
Returns the value of attribute workteam_arn.
11227 11228 11229 |
# File 'sig/types.rbs', line 11227 def workteam_arn @workteam_arn end |