ListBootstrapActionsOutput
public struct ListBootstrapActionsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The bootstrap actions associated with the cluster.
Declaration
Swift
public let bootstrapActions: [Command]? -
The pagination token that indicates the next set of results to retrieve.
Declaration
Swift
public let marker: String? -
Undocumented
Declaration
Swift
public init(bootstrapActions: [Command]? = nil, marker: String? = nil)
View on GitHub
ListBootstrapActionsOutput Structure Reference