AzElSegmentsData

sealed class AzElSegmentsData

Container for azimuth elevation segment data.

Specify either AzElSegmentsData

$s3Object to reference data in Amazon S3, or AzElSegmentsData$

azElData to provide data inline.

Inheritors

Types

Link copied to clipboard
data class AzElData(val value: AzElSegments) : AzElSegmentsData

Azimuth elevation segment data provided directly in the request.

Link copied to clipboard
data class S3Object(val value: S3Object) : AzElSegmentsData

The Amazon S3 object containing azimuth elevation segment data.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this AzElSegmentsData as a AzElData and retrieves its aws.sdk.kotlin.services.groundstation.model.AzElSegments value. Throws an exception if the AzElSegmentsData is not a AzElData.

Link copied to clipboard
Link copied to clipboard

Casts this AzElSegmentsData as a S3Object and retrieves its aws.sdk.kotlin.services.groundstation.model.S3Object value. Throws an exception if the AzElSegmentsData is not a S3Object.

Link copied to clipboard

Casts this AzElSegmentsData as a S3Object and retrieves its aws.sdk.kotlin.services.groundstation.model.S3Object value. Returns null if the AzElSegmentsData is not a S3Object.