Class: Aws::Types::JobMember
- Inherits:
-
Object
- Object
- Aws::Types::JobMember
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#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.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def farm_id @farm_id end |
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
1853 1854 1855 |
# File 'sig/types.rbs', line 1853 def identity_store_id @identity_store_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1850 1851 1852 |
# File 'sig/types.rbs', line 1850 def job_id @job_id end |
#membership_level ⇒ "VIEWER", ...
Returns the value of attribute membership_level.
1854 1855 1856 |
# File 'sig/types.rbs', line 1854 def membership_level @membership_level end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def principal_id @principal_id end |
#principal_type ⇒ "USER", "GROUP"
Returns the value of attribute principal_type.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def principal_type @principal_type end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def queue_id @queue_id end |