ListSecurityConfigurationsOutput
public struct ListSecurityConfigurationsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A pagination token that indicates the next set of results to retrieve. Include the marker in the next ListSecurityConfiguration call to retrieve the next page of results, if required.
Declaration
Swift
public let marker: String?
-
The creation date and time, and name, of each security configuration.
Declaration
Swift
public let securityConfigurations: [SecurityConfigurationSummary]?
-
Undocumented
Declaration
Swift
public init(marker: String? = nil, securityConfigurations: [SecurityConfigurationSummary]? = nil)