You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConnect::Types::Entitlement

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The settings for a flow entitlement.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#data_transfer_subscriber_fee_percentInteger

Percentage from 0-100 of the data transfer cost to be billed to the subscriber.

Returns:

  • (Integer)

    Percentage from 0-100 of the data transfer cost to be billed to the subscriber.

#descriptionString

A description of the entitlement.

Returns:

  • (String)

    A description of the entitlement.

#encryptionTypes::Encryption

The type of encryption that will be used on the output that is associated with this entitlement.

Returns:

  • (Types::Encryption)

    The type of encryption that will be used on the output that is associated with this entitlement.

#entitlement_arnString

The ARN of the entitlement.

Returns:

  • (String)

    The ARN of the entitlement.

#entitlement_statusString

An indication of whether the entitlement is enabled.

Possible values:

  • ENABLED
  • DISABLED

Returns:

  • (String)

    An indication of whether the entitlement is enabled.

#nameString

The name of the entitlement.

Returns:

  • (String)

    The name of the entitlement.

#subscribersArray<String>

The AWS account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flow using your content as the source.

Returns:

  • (Array<String>)

    The AWS account IDs that you want to share your content with.