SetVisibleToAllUsersInput
public struct SetVisibleToAllUsersInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The unique identifier of the job flow (cluster).
Declaration
Swift
public let jobFlowIds: [String] -
A value of true indicates that all IAM users in the AWS account can perform cluster actions if they have the proper IAM policy permissions. This is the default. A value of false indicates that only the IAM user who created the cluster can perform actions.
Declaration
Swift
public let visibleToAllUsers: Bool -
Undocumented
Declaration
Swift
public init(jobFlowIds: [String], visibleToAllUsers: Bool) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
SetVisibleToAllUsersInput Structure Reference