Class: Aws::Types::CreateOriginEndpointRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorizationTypes::Authorization

Returns the value of attribute authorization.



140
141
142
# File 'sig/types.rbs', line 140

def authorization
  @authorization
end

#channel_id::String

Returns the value of attribute channel_id.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def channel_id
  @channel_id
end

#cmaf_packageTypes::CmafPackageCreateOrUpdateParameters

Returns the value of attribute cmaf_package.



142
143
144
# File 'sig/types.rbs', line 142

def cmaf_package
  @cmaf_package
end

#dash_packageTypes::DashPackage

Returns the value of attribute dash_package.

Returns:



143
144
145
# File 'sig/types.rbs', line 143

def dash_package
  @dash_package
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def description
  @description
end

#hls_packageTypes::HlsPackage

Returns the value of attribute hls_package.

Returns:



145
146
147
# File 'sig/types.rbs', line 145

def hls_package
  @hls_package
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def id
  @id
end

#manifest_name::String

Returns the value of attribute manifest_name.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def manifest_name
  @manifest_name
end

#mss_packageTypes::MssPackage

Returns the value of attribute mss_package.

Returns:



148
149
150
# File 'sig/types.rbs', line 148

def mss_package
  @mss_package
end

#origination"ALLOW", "DENY"

Returns the value of attribute origination.

Returns:

  • ("ALLOW", "DENY")


149
150
151
# File 'sig/types.rbs', line 149

def origination
  @origination
end

#startover_window_seconds::Integer

Returns the value of attribute startover_window_seconds.

Returns:

  • (::Integer)


150
151
152
# File 'sig/types.rbs', line 150

def startover_window_seconds
  @startover_window_seconds
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


151
152
153
# File 'sig/types.rbs', line 151

def tags
  @tags
end

#time_delay_seconds::Integer

Returns the value of attribute time_delay_seconds.

Returns:

  • (::Integer)


152
153
154
# File 'sig/types.rbs', line 152

def time_delay_seconds
  @time_delay_seconds
end

#whitelist::Array[::String]

Returns the value of attribute whitelist.

Returns:

  • (::Array[::String])


153
154
155
# File 'sig/types.rbs', line 153

def whitelist
  @whitelist
end