Get Profile Result
data class GetProfileResult(val durationSeconds: Double? = null, val enabled: Boolean? = null, val managedPolicyArns: List<String>? = null, val name: String? = null, val profileArn: String? = null, val profileId: String? = null, val requireInstanceProperties: Boolean? = null, val roleArns: List<String>? = null, val sessionPolicy: String? = null, val tags: List<ProfileTag>? = null)
Constructors
Link copied to clipboard
fun GetProfileResult(durationSeconds: Double? = null, enabled: Boolean? = null, managedPolicyArns: List<String>? = null, name: String? = null, profileArn: String? = null, profileId: String? = null, requireInstanceProperties: Boolean? = null, roleArns: List<String>? = null, sessionPolicy: String? = null, tags: List<ProfileTag>? = null)