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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-evs/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)


1141
1142
1143
1144
1145
1146
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1141

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)


1141
1142
1143
1144
1145
1146
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1141

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