Class: Aws::Types::Entitlement

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_transfer_subscriber_fee_percent::Integer

Returns the value of attribute data_transfer_subscriber_fee_percent.

Returns:

  • (::Integer)


675
676
677
# File 'sig/types.rbs', line 675

def data_transfer_subscriber_fee_percent
  @data_transfer_subscriber_fee_percent
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


676
677
678
# File 'sig/types.rbs', line 676

def description
  @description
end

#encryptionTypes::Encryption

Returns the value of attribute encryption.

Returns:



677
678
679
# File 'sig/types.rbs', line 677

def encryption
  @encryption
end

#entitlement_arn::String

Returns the value of attribute entitlement_arn.

Returns:

  • (::String)


678
679
680
# File 'sig/types.rbs', line 678

def entitlement_arn
  @entitlement_arn
end

#entitlement_status"ENABLED", "DISABLED"

Returns the value of attribute entitlement_status.

Returns:

  • ("ENABLED", "DISABLED")


679
680
681
# File 'sig/types.rbs', line 679

def entitlement_status
  @entitlement_status
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


680
681
682
# File 'sig/types.rbs', line 680

def name
  @name
end

#subscribers::Array[::String]

Returns the value of attribute subscribers.

Returns:

  • (::Array[::String])


681
682
683
# File 'sig/types.rbs', line 681

def subscribers
  @subscribers
end