GetComponentResult

data class GetComponentResult(val arn: String? = null, val encrypted: Boolean? = null, val type: ComponentType? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, encrypted: Boolean? = null, type: ComponentType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the component.

Link copied to clipboard
val encrypted: Boolean? = null

The encryption status of the component.

Link copied to clipboard
val type: ComponentType? = null

The type of the component denotes whether the component is used to build the image or only to test it.