Class: Aws::Types::OriginEndpointCreateParameters

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.



487
488
489
# File 'sig/types.rbs', line 487

def authorization
  @authorization
end

#channel_id::String

Returns the value of attribute channel_id.

Returns:

  • (::String)


488
489
490
# File 'sig/types.rbs', line 488

def channel_id
  @channel_id
end

#cmaf_packageTypes::CmafPackageCreateOrUpdateParameters

Returns the value of attribute cmaf_package.



489
490
491
# File 'sig/types.rbs', line 489

def cmaf_package
  @cmaf_package
end

#dash_packageTypes::DashPackage

Returns the value of attribute dash_package.

Returns:



490
491
492
# File 'sig/types.rbs', line 490

def dash_package
  @dash_package
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


491
492
493
# File 'sig/types.rbs', line 491

def description
  @description
end

#hls_packageTypes::HlsPackage

Returns the value of attribute hls_package.

Returns:



492
493
494
# File 'sig/types.rbs', line 492

def hls_package
  @hls_package
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


493
494
495
# File 'sig/types.rbs', line 493

def id
  @id
end

#manifest_name::String

Returns the value of attribute manifest_name.

Returns:

  • (::String)


494
495
496
# File 'sig/types.rbs', line 494

def manifest_name
  @manifest_name
end

#mss_packageTypes::MssPackage

Returns the value of attribute mss_package.

Returns:



495
496
497
# File 'sig/types.rbs', line 495

def mss_package
  @mss_package
end

#origination"ALLOW", "DENY"

Returns the value of attribute origination.

Returns:

  • ("ALLOW", "DENY")


496
497
498
# File 'sig/types.rbs', line 496

def origination
  @origination
end

#startover_window_seconds::Integer

Returns the value of attribute startover_window_seconds.

Returns:

  • (::Integer)


497
498
499
# File 'sig/types.rbs', line 497

def startover_window_seconds
  @startover_window_seconds
end

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

Returns the value of attribute tags.

Returns:

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


498
499
500
# File 'sig/types.rbs', line 498

def tags
  @tags
end

#time_delay_seconds::Integer

Returns the value of attribute time_delay_seconds.

Returns:

  • (::Integer)


499
500
501
# File 'sig/types.rbs', line 499

def time_delay_seconds
  @time_delay_seconds
end

#whitelist::Array[::String]

Returns the value of attribute whitelist.

Returns:

  • (::Array[::String])


500
501
502
# File 'sig/types.rbs', line 500

def whitelist
  @whitelist
end