Class: Aws::Types::CreateVodSourceRequest

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:



313
314
315
# File 'sig/types.rbs', line 313

def http_package_configurations
  @http_package_configurations
end

#source_location_name::String

Returns the value of attribute source_location_name.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def source_location_name
  @source_location_name
end

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

Returns the value of attribute tags.

Returns:

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


315
316
317
# File 'sig/types.rbs', line 315

def tags
  @tags
end

#vod_source_name::String

Returns the value of attribute vod_source_name.

Returns:

  • (::String)


316
317
318
# File 'sig/types.rbs', line 316

def vod_source_name
  @vod_source_name
end