EnvironmentDescriptionsMessage
public struct EnvironmentDescriptionsMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Returns an EnvironmentDescription list.
Declaration
Swift
public let environments: [EnvironmentDescription]?
-
In a paginated request, the token that you can pass in a subsequent request to get the next response page.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(environments: [EnvironmentDescription]? = nil, nextToken: String? = nil)