Get Ip Access Settings Result
data class GetIpAccessSettingsResult(val associatedPortalArns: List<String>? = null, val creationDate: String? = null, val description: String? = null, val displayName: String? = null, val ipAccessSettingsArn: String? = null, val ipRules: List<IpAccessSettingsIpRule>? = null, val tags: List<Tag>? = null)
Properties
Link copied to clipboard
A list of web portal ARNs that this IP access settings resource is associated with.
Link copied to clipboard
The creation date timestamp of the IP access settings.
Link copied to clipboard
The description of the IP access settings.
Link copied to clipboard
The display name of the IP access settings.
Link copied to clipboard
The ARN of the IP access settings resource.
Link copied to clipboard
The IP rules of the IP access settings.