Class: Aws::Types::DescribeVodSourceResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ad_break_opportunities::Array[Types::AdBreakOpportunity]

Returns the value of attribute ad_break_opportunities.

Returns:



527
528
529
# File 'sig/types.rbs', line 527

def ad_break_opportunities
  @ad_break_opportunities
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


528
529
530
# File 'sig/types.rbs', line 528

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


529
530
531
# File 'sig/types.rbs', line 529

def creation_time
  @creation_time
end

#http_package_configurations::Array[Types::HttpPackageConfiguration]

Returns the value of attribute http_package_configurations.

Returns:



530
531
532
# File 'sig/types.rbs', line 530

def http_package_configurations
  @http_package_configurations
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


531
532
533
# File 'sig/types.rbs', line 531

def last_modified_time
  @last_modified_time
end

#source_location_name::String

Returns the value of attribute source_location_name.

Returns:

  • (::String)


532
533
534
# File 'sig/types.rbs', line 532

def source_location_name
  @source_location_name
end

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

Returns the value of attribute tags.

Returns:

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


533
534
535
# File 'sig/types.rbs', line 533

def tags
  @tags
end

#vod_source_name::String

Returns the value of attribute vod_source_name.

Returns:

  • (::String)


534
535
536
# File 'sig/types.rbs', line 534

def vod_source_name
  @vod_source_name
end