EbsResultItem

data class EbsResultItem(val value: EbsResultItem) : ResultItem

These are items returned in the search results of an Amazon EBS search.

Constructors

Link copied to clipboard
constructor(value: EbsResultItem)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this ResultItem as a EbsResultItem and retrieves its aws.sdk.kotlin.services.backupsearch.model.EbsResultItem value. Throws an exception if the ResultItem is not a EbsResultItem.

Link copied to clipboard
Link copied to clipboard

Casts this ResultItem as a S3ResultItem and retrieves its aws.sdk.kotlin.services.backupsearch.model.S3ResultItem value. Throws an exception if the ResultItem is not a S3ResultItem.

Link copied to clipboard