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
4909 4910 4911 4912 4913 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4909 class Endpoint < Struct.new( :url) SENSITIVE = [] include Aws::Structure end |