Class: Aws::Types::DescribeOriginEndpointResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



261
262
263
# File 'sig/types.rbs', line 261

def arn
  @arn
end

#authorizationTypes::Authorization

Returns the value of attribute authorization.

Returns:



262
263
264
# File 'sig/types.rbs', line 262

def authorization
  @authorization
end

#channel_id::String

Returns the value of attribute channel_id.

Returns:



263
264
265
# File 'sig/types.rbs', line 263

def channel_id
  @channel_id
end

#cmaf_packageTypes::CmafPackage

Returns the value of attribute cmaf_package.

Returns:



264
265
266
# File 'sig/types.rbs', line 264

def cmaf_package
  @cmaf_package
end

#created_at::String

Returns the value of attribute created_at.

Returns:



265
266
267
# File 'sig/types.rbs', line 265

def created_at
  @created_at
end

#dash_packageTypes::DashPackage

Returns the value of attribute dash_package.

Returns:



266
267
268
# File 'sig/types.rbs', line 266

def dash_package
  @dash_package
end

#description::String

Returns the value of attribute description.

Returns:



267
268
269
# File 'sig/types.rbs', line 267

def description
  @description
end

#hls_packageTypes::HlsPackage

Returns the value of attribute hls_package.

Returns:



268
269
270
# File 'sig/types.rbs', line 268

def hls_package
  @hls_package
end

#id::String

Returns the value of attribute id.

Returns:



269
270
271
# File 'sig/types.rbs', line 269

def id
  @id
end

#manifest_name::String

Returns the value of attribute manifest_name.

Returns:



270
271
272
# File 'sig/types.rbs', line 270

def manifest_name
  @manifest_name
end

#mss_packageTypes::MssPackage

Returns the value of attribute mss_package.

Returns:



271
272
273
# File 'sig/types.rbs', line 271

def mss_package
  @mss_package
end

#origination"ALLOW", "DENY"

Returns the value of attribute origination.

Returns:



272
273
274
# File 'sig/types.rbs', line 272

def origination
  @origination
end

#startover_window_seconds::Integer

Returns the value of attribute startover_window_seconds.

Returns:



273
274
275
# File 'sig/types.rbs', line 273

def startover_window_seconds
  @startover_window_seconds
end

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

Returns the value of attribute tags.

Returns:



274
275
276
# File 'sig/types.rbs', line 274

def tags
  @tags
end

#time_delay_seconds::Integer

Returns the value of attribute time_delay_seconds.

Returns:



275
276
277
# File 'sig/types.rbs', line 275

def time_delay_seconds
  @time_delay_seconds
end

#url::String

Returns the value of attribute url.

Returns:



276
277
278
# File 'sig/types.rbs', line 276

def url
  @url
end

#whitelist::Array[::String]

Returns the value of attribute whitelist.

Returns:



277
278
279
# File 'sig/types.rbs', line 277

def whitelist
  @whitelist
end