Class: Aws::Types::AssociateMemberToJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateMemberToJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#identity_center_region ⇒ ::String
Returns the value of attribute identity_center_region.
-
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#membership_level ⇒ "VIEWER", ...
Returns the value of attribute membership_level.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
-
#principal_type ⇒ "USER", "GROUP"
Returns the value of attribute principal_type.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
Instance Attribute Details
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
131 132 133 |
# File 'sig/types.rbs', line 131 def farm_id @farm_id end |
#identity_center_region ⇒ ::String
Returns the value of attribute identity_center_region.
138 139 140 |
# File 'sig/types.rbs', line 138 def identity_center_region @identity_center_region end |
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
135 136 137 |
# File 'sig/types.rbs', line 135 def identity_store_id @identity_store_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
133 134 135 |
# File 'sig/types.rbs', line 133 def job_id @job_id end |
#membership_level ⇒ "VIEWER", ...
Returns the value of attribute membership_level.
136 137 138 |
# File 'sig/types.rbs', line 136 def membership_level @membership_level end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
137 138 139 |
# File 'sig/types.rbs', line 137 def principal_id @principal_id end |
#principal_type ⇒ "USER", "GROUP"
Returns the value of attribute principal_type.
134 135 136 |
# File 'sig/types.rbs', line 134 def principal_type @principal_type end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
132 133 134 |
# File 'sig/types.rbs', line 132 def queue_id @queue_id end |