Class: Aws::Types::SetVisibleToAllUsersInput
- Inherits:
-
Object
- Object
- Aws::Types::SetVisibleToAllUsersInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_flow_ids ⇒ ::Array[::String]
Returns the value of attribute job_flow_ids.
-
#visible_to_all_users ⇒ Boolean
Returns the value of attribute visible_to_all_users.
Instance Attribute Details
#job_flow_ids ⇒ ::Array[::String]
Returns the value of attribute job_flow_ids.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def job_flow_ids @job_flow_ids end |
#visible_to_all_users ⇒ Boolean
Returns the value of attribute visible_to_all_users.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def visible_to_all_users @visible_to_all_users end |