DescribeConfigurationAggregatorSourcesStatusResponse
public struct DescribeConfigurationAggregatorSourcesStatusResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Returns an AggregatedSourceStatus object.
Declaration
Swift
public let aggregatedSourceStatusList: [AggregatedSourceStatus]?
-
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?
-
Undocumented
Declaration
Swift
public init(aggregatedSourceStatusList: [AggregatedSourceStatus]? = nil, nextToken: String? = nil)