Get Instance Profile Result
data class GetInstanceProfileResult(val availabilityZone: String? = null, val description: String? = null, val instanceProfileArn: String? = null, val instanceProfileCreationTime: String? = null, val instanceProfileName: String? = null, val kmsKeyArn: String? = null, val networkType: InstanceProfileNetworkType? = null, val publiclyAccessible: Boolean? = null, val subnetGroupIdentifier: String? = null, val tags: List<Tag>? = null, val vpcSecurityGroups: List<String>? = null)
Constructors
Link copied to clipboard
constructor(availabilityZone: String? = null, description: String? = null, instanceProfileArn: String? = null, instanceProfileCreationTime: String? = null, instanceProfileName: String? = null, kmsKeyArn: String? = null, networkType: InstanceProfileNetworkType? = null, publiclyAccessible: Boolean? = null, subnetGroupIdentifier: String? = null, tags: List<Tag>? = null, vpcSecurityGroups: List<String>? = null)
Properties
Link copied to clipboard
The property describes an availability zone of the instance profile.
Link copied to clipboard
The optional description of the instance profile.
Link copied to clipboard
The property describes an ARN of the instance profile.
Link copied to clipboard
The property describes a creating time of the instance profile.
Link copied to clipboard
The property describes a name for the instance profile.
Link copied to clipboard
The property describes a network type for the instance profile.
Link copied to clipboard
The property describes the publicly accessible of the instance profile
Link copied to clipboard
The property describes a subnet group identifier for the instance profile.
Link copied to clipboard
The property describes vps security groups for the instance profile.