Class: Aws::MediaPackageV2::Types::UpdateChannelGroupResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) associated with the resource.

Returns:

  • (String)


2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 2435

class UpdateChannelGroupResponse < Struct.new(
  :channel_group_name,
  :arn,
  :egress_domain,
  :created_at,
  :modified_at,
  :description,
  :etag,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#channel_group_nameString

The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

Returns:

  • (String)


2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 2435

class UpdateChannelGroupResponse < Struct.new(
  :channel_group_name,
  :arn,
  :egress_domain,
  :created_at,
  :modified_at,
  :description,
  :etag,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time the channel group was created.

Returns:

  • (Time)


2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 2435

class UpdateChannelGroupResponse < Struct.new(
  :channel_group_name,
  :arn,
  :egress_domain,
  :created_at,
  :modified_at,
  :description,
  :etag,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description for your channel group.

Returns:

  • (String)


2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 2435

class UpdateChannelGroupResponse < Struct.new(
  :channel_group_name,
  :arn,
  :egress_domain,
  :created_at,
  :modified_at,
  :description,
  :etag,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#egress_domainString

The output domain where the source stream is sent. Integrate the domain with a downstream CDN (such as Amazon CloudFront) or playback device.

Returns:

  • (String)


2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 2435

class UpdateChannelGroupResponse < Struct.new(
  :channel_group_name,
  :arn,
  :egress_domain,
  :created_at,
  :modified_at,
  :description,
  :etag,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#etagString

The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.

Returns:

  • (String)


2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 2435

class UpdateChannelGroupResponse < Struct.new(
  :channel_group_name,
  :arn,
  :egress_domain,
  :created_at,
  :modified_at,
  :description,
  :etag,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#modified_atTime

The date and time the channel group was modified.

Returns:

  • (Time)


2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 2435

class UpdateChannelGroupResponse < Struct.new(
  :channel_group_name,
  :arn,
  :egress_domain,
  :created_at,
  :modified_at,
  :description,
  :etag,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The comma-separated list of tag key:value pairs assigned to the channel group.

Returns:

  • (Hash<String,String>)


2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 2435

class UpdateChannelGroupResponse < Struct.new(
  :channel_group_name,
  :arn,
  :egress_domain,
  :created_at,
  :modified_at,
  :description,
  :etag,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end