Class: Aws::MediaTailor::Types::DescribeProgramResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ad_breaksArray<Types::AdBreak>

The ad break configuration settings.

Returns:



2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2065

class DescribeProgramResponse < Struct.new(
  :ad_breaks,
  :arn,
  :channel_name,
  :creation_time,
  :live_source_name,
  :program_name,
  :scheduled_start_time,
  :source_location_name,
  :vod_source_name,
  :clip_range,
  :duration_millis,
  :audience_media,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The ARN of the program.

Returns:

  • (String)


2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2065

class DescribeProgramResponse < Struct.new(
  :ad_breaks,
  :arn,
  :channel_name,
  :creation_time,
  :live_source_name,
  :program_name,
  :scheduled_start_time,
  :source_location_name,
  :vod_source_name,
  :clip_range,
  :duration_millis,
  :audience_media,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#audience_mediaArray<Types::AudienceMedia>

The list of AudienceMedia defined in program.

Returns:



2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2065

class DescribeProgramResponse < Struct.new(
  :ad_breaks,
  :arn,
  :channel_name,
  :creation_time,
  :live_source_name,
  :program_name,
  :scheduled_start_time,
  :source_location_name,
  :vod_source_name,
  :clip_range,
  :duration_millis,
  :audience_media,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#channel_nameString

The name of the channel that the program belongs to.

Returns:

  • (String)


2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2065

class DescribeProgramResponse < Struct.new(
  :ad_breaks,
  :arn,
  :channel_name,
  :creation_time,
  :live_source_name,
  :program_name,
  :scheduled_start_time,
  :source_location_name,
  :vod_source_name,
  :clip_range,
  :duration_millis,
  :audience_media,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#clip_rangeTypes::ClipRange

The clip range configuration settings.

Returns:



2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2065

class DescribeProgramResponse < Struct.new(
  :ad_breaks,
  :arn,
  :channel_name,
  :creation_time,
  :live_source_name,
  :program_name,
  :scheduled_start_time,
  :source_location_name,
  :vod_source_name,
  :clip_range,
  :duration_millis,
  :audience_media,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The timestamp of when the program was created.

Returns:

  • (Time)


2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2065

class DescribeProgramResponse < Struct.new(
  :ad_breaks,
  :arn,
  :channel_name,
  :creation_time,
  :live_source_name,
  :program_name,
  :scheduled_start_time,
  :source_location_name,
  :vod_source_name,
  :clip_range,
  :duration_millis,
  :audience_media,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#duration_millisInteger

The duration of the live program in milliseconds.

Returns:

  • (Integer)


2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2065

class DescribeProgramResponse < Struct.new(
  :ad_breaks,
  :arn,
  :channel_name,
  :creation_time,
  :live_source_name,
  :program_name,
  :scheduled_start_time,
  :source_location_name,
  :vod_source_name,
  :clip_range,
  :duration_millis,
  :audience_media,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#live_source_nameString

The name of the LiveSource for this Program.

Returns:

  • (String)


2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2065

class DescribeProgramResponse < Struct.new(
  :ad_breaks,
  :arn,
  :channel_name,
  :creation_time,
  :live_source_name,
  :program_name,
  :scheduled_start_time,
  :source_location_name,
  :vod_source_name,
  :clip_range,
  :duration_millis,
  :audience_media,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#program_nameString

The name of the program.

Returns:

  • (String)


2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2065

class DescribeProgramResponse < Struct.new(
  :ad_breaks,
  :arn,
  :channel_name,
  :creation_time,
  :live_source_name,
  :program_name,
  :scheduled_start_time,
  :source_location_name,
  :vod_source_name,
  :clip_range,
  :duration_millis,
  :audience_media,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#scheduled_start_timeTime

The date and time that the program is scheduled to start in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2021-03-27T17:48:16.751Z represents March 27, 2021 at 17:48:16.751 UTC.

Returns:

  • (Time)


2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2065

class DescribeProgramResponse < Struct.new(
  :ad_breaks,
  :arn,
  :channel_name,
  :creation_time,
  :live_source_name,
  :program_name,
  :scheduled_start_time,
  :source_location_name,
  :vod_source_name,
  :clip_range,
  :duration_millis,
  :audience_media,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#source_location_nameString

The source location name.

Returns:

  • (String)


2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2065

class DescribeProgramResponse < Struct.new(
  :ad_breaks,
  :arn,
  :channel_name,
  :creation_time,
  :live_source_name,
  :program_name,
  :scheduled_start_time,
  :source_location_name,
  :vod_source_name,
  :clip_range,
  :duration_millis,
  :audience_media,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags assigned to the program. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.

Returns:

  • (Hash<String,String>)


2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2065

class DescribeProgramResponse < Struct.new(
  :ad_breaks,
  :arn,
  :channel_name,
  :creation_time,
  :live_source_name,
  :program_name,
  :scheduled_start_time,
  :source_location_name,
  :vod_source_name,
  :clip_range,
  :duration_millis,
  :audience_media,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#vod_source_nameString

The name that's used to refer to a VOD source.

Returns:

  • (String)


2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2065

class DescribeProgramResponse < Struct.new(
  :ad_breaks,
  :arn,
  :channel_name,
  :creation_time,
  :live_source_name,
  :program_name,
  :scheduled_start_time,
  :source_location_name,
  :vod_source_name,
  :clip_range,
  :duration_millis,
  :audience_media,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end