IamInstanceProfileResponse

data class IamInstanceProfileResponse(val arn: String? = null, val id: String? = null)

Definition of IamInstanceProfile

Constructors

Link copied to clipboard
constructor(arn: String? = null, id: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the instance profile.

Link copied to clipboard
val id: String? = null

The ID of the instance profile.