Class: Aws::MediaConvert::Types::Endpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::Endpoint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Describes an account-specific API endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#url ⇒ String
URL of endpoint.
Instance Attribute Details
#url ⇒ String
URL of endpoint
5014 5015 5016 5017 5018 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 5014 class Endpoint < Struct.new( :url) SENSITIVE = [] include Aws::Structure end |