Class: Aws::MediaConnect::Types::ListedEntitlement

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

Overview

An entitlement that has been granted to you from other AWS accounts.

Constant Summary collapse

SENSITIVE =
[]

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)


2634
2635
2636
2637
2638
2639
2640
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2634

class ListedEntitlement < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :entitlement_arn,
  :entitlement_name)
  SENSITIVE = []
  include Aws::Structure
end

#entitlement_arnString

The ARN of the entitlement.

Returns:

  • (String)


2634
2635
2636
2637
2638
2639
2640
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2634

class ListedEntitlement < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :entitlement_arn,
  :entitlement_name)
  SENSITIVE = []
  include Aws::Structure
end

#entitlement_nameString

The name of the entitlement.

Returns:

  • (String)


2634
2635
2636
2637
2638
2639
2640
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2634

class ListedEntitlement < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :entitlement_arn,
  :entitlement_name)
  SENSITIVE = []
  include Aws::Structure
end