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
4573 4574 4575 4576 4577 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4573 class Endpoint < Struct.new( :url) SENSITIVE = [] include Aws::Structure end |