S3Object

data class S3Object(val value: S3Object) : AzElSegmentsData

The Amazon S3 object containing azimuth elevation segment data.

The Amazon S3 object must contain JSON-formatted azimuth elevation data matching the AzElSegments structure.

Constructors

Link copied to clipboard
constructor(value: S3Object)

Properties

Link copied to clipboard

Inherited 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.