CreateSecurityConfigurationResponse

public struct CreateSecurityConfigurationResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The time at which the new security configuration was created.

    Declaration

    Swift

    public let createdTimestamp: TimeStamp?
  • The name assigned to the new security configuration.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(createdTimestamp: TimeStamp? = nil, name: String? = nil)