ListInstanceProfilesResult
public struct ListInstanceProfilesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An object that contains information about your instance profiles.
Declaration
Swift
public let instanceProfiles: [InstanceProfile]?
-
An identifier that can be used in the next call to this operation to return the next set of items in the list.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(instanceProfiles: [InstanceProfile]? = nil, nextToken: String? = nil)