Module: Aws::BedrockDataAutomationRuntime::Types
- Defined in:
- lib/aws-sdk-bedrockdataautomationruntime/types.rb
Defined Under Namespace
Classes: AccessDeniedException, AssetProcessingConfiguration, Blueprint, DataAutomationConfiguration, EncryptionConfiguration, EventBridgeConfiguration, GetDataAutomationStatusRequest, GetDataAutomationStatusResponse, InputConfiguration, InternalServerException, InvokeDataAutomationAsyncRequest, InvokeDataAutomationAsyncResponse, InvokeDataAutomationRequest, InvokeDataAutomationResponse, ListTagsForResourceRequest, ListTagsForResourceResponse, NotificationConfiguration, OutputConfiguration, OutputSegment, ResourceNotFoundException, ServiceQuotaExceededException, ServiceUnavailableException, SyncInputConfiguration, Tag, TagResourceRequest, TagResourceResponse, ThrottlingException, TimestampSegment, UntagResourceRequest, UntagResourceResponse, ValidationException, VideoAssetProcessingConfiguration, VideoSegmentConfiguration
Instance Attribute Summary collapse
-
#timestamp_segment ⇒ Types::TimestampSegment
Timestamp segment.
Instance Attribute Details
#timestamp_segment ⇒ Types::TimestampSegment
Timestamp segment
598 599 600 601 602 603 604 605 606 607 |
# File 'lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 598 class VideoSegmentConfiguration < Struct.new( :timestamp_segment, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class TimestampSegment < VideoSegmentConfiguration; end class Unknown < VideoSegmentConfiguration; end end |