Class: Aws::Evs::Types::GetDepotUrlResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::GetDepotUrlResponse
- Defined in:
- gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#depot_url ⇒ String
The URL for accessing the Amazon EVS Custom Addon depot.
-
#token ⇒ String
The authentication token for depot access.
Instance Attribute Details
#depot_url ⇒ String
The URL for accessing the Amazon EVS Custom Addon depot. This URL includes the authentication token as a path component.
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 |
#token ⇒ String
The authentication token for depot access. This token is included in the depot URL and is used to authenticate requests.
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 |