Class: Aws::Evs::Types::GetDepotUrlRequest

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

#environment_idString

The unique ID of the Amazon EVS environment to get the depot URL for.

Returns:

  • (String)


1122
1123
1124
1125
1126
1127
# File 'lib/aws-sdk-evs/types.rb', line 1122

class GetDepotUrlRequest < Struct.new(
  :environment_id,
  :rotate)
  SENSITIVE = []
  include Aws::Structure
end

#rotateBoolean

Revokes the current authentication token and returns a new depot URL with a new token. Previously issued depot URLs will stop working within 5 minutes of rotation.

Returns:

  • (Boolean)


1122
1123
1124
1125
1126
1127
# File 'lib/aws-sdk-evs/types.rb', line 1122

class GetDepotUrlRequest < Struct.new(
  :environment_id,
  :rotate)
  SENSITIVE = []
  include Aws::Structure
end