Class: Aws::Evs::Types::GetDepotUrlResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-evs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#depot_urlString

The URL for accessing the Amazon EVS Custom Addon depot. This URL includes the authentication token as a path component.

Returns:

  • (String)


1203
1204
1205
1206
1207
1208
# File 'lib/aws-sdk-evs/types.rb', line 1203

class GetDepotUrlResponse < Struct.new(
  :depot_url,
  :token)
  SENSITIVE = []
  include Aws::Structure
end

#tokenString

The authentication token for depot access. This token is included in the depot URL and is used to authenticate requests.

Returns:

  • (String)


1203
1204
1205
1206
1207
1208
# File 'lib/aws-sdk-evs/types.rb', line 1203

class GetDepotUrlResponse < Struct.new(
  :depot_url,
  :token)
  SENSITIVE = []
  include Aws::Structure
end