Class: Aws::Types::SetVisibleToAllUsersInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_flow_ids::Array[::String]

Returns the value of attribute job_flow_ids.

Returns:

  • (::Array[::String])


1549
1550
1551
# File 'sig/types.rbs', line 1549

def job_flow_ids
  @job_flow_ids
end

#visible_to_all_usersBoolean

Returns the value of attribute visible_to_all_users.

Returns:

  • (Boolean)


1550
1551
1552
# File 'sig/types.rbs', line 1550

def visible_to_all_users
  @visible_to_all_users
end