Module: Aws::ElementalInference::Types
- Defined in:
- gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb
Defined Under Namespace
Classes: AccessDeniedException, AssociateFeedRequest, AssociateFeedResponse, ClippingConfig, ConflictException, CreateFeedRequest, CreateFeedResponse, CreateOutput, DeleteFeedRequest, DeleteFeedResponse, DisassociateFeedRequest, DisassociateFeedResponse, FeedAssociation, FeedSummary, GetFeedRequest, GetFeedResponse, GetOutput, InternalServerErrorException, ListFeedsRequest, ListFeedsResponse, ListTagsForResourceRequest, ListTagsForResourceResponse, OutputConfig, ResourceNotFoundException, ServiceQuotaExceededException, TagResourceRequest, TooManyRequestException, UntagResourceRequest, UpdateFeedRequest, UpdateFeedResponse, UpdateOutput, ValidationException
Instance Attribute Summary collapse
-
#clipping ⇒ Types::ClippingConfig
The output config type that applies to the clipping feature.
-
#cropping ⇒ Types::CroppingConfig
The output config type that applies to the cropping feature.
Instance Attribute Details
#clipping ⇒ Types::ClippingConfig
The output config type that applies to the clipping feature.
568 569 570 571 572 573 574 575 576 577 578 579 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 568 class OutputConfig < Struct.new( :cropping, :clipping, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Cropping < OutputConfig; end class Clipping < OutputConfig; end class Unknown < OutputConfig; end end |
#cropping ⇒ Types::CroppingConfig
The output config type that applies to the cropping feature.
568 569 570 571 572 573 574 575 576 577 578 579 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 568 class OutputConfig < Struct.new( :cropping, :clipping, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Cropping < OutputConfig; end class Clipping < OutputConfig; end class Unknown < OutputConfig; end end |