Class: Aws::Types::UpdateVodSourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#http_package_configurations::Array[Types::HttpPackageConfiguration]

Returns the value of attribute http_package_configurations.

Returns:



1311
1312
1313
# File 'sig/types.rbs', line 1311

def http_package_configurations
  @http_package_configurations
end

#source_location_name::String

Returns the value of attribute source_location_name.

Returns:

  • (::String)


1312
1313
1314
# File 'sig/types.rbs', line 1312

def source_location_name
  @source_location_name
end

#vod_source_name::String

Returns the value of attribute vod_source_name.

Returns:

  • (::String)


1313
1314
1315
# File 'sig/types.rbs', line 1313

def vod_source_name
  @vod_source_name
end