GetOrganizationConformancePackDetailedStatusResponse
public struct GetOrganizationConformancePackDetailedStatusResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Declaration
Swift
public let nextToken: String?
-
A list of OrganizationConformancePackDetailedStatus objects.
Declaration
Swift
public let organizationConformancePackDetailedStatuses: [OrganizationConformancePackDetailedStatus]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, organizationConformancePackDetailedStatuses: [OrganizationConformancePackDetailedStatus]? = nil)