Class: Aws::Types::Entitlement
- Inherits:
-
Object
- Object
- Aws::Types::Entitlement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_transfer_subscriber_fee_percent ⇒ ::Integer
Returns the value of attribute data_transfer_subscriber_fee_percent.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#encryption ⇒ Types::Encryption
Returns the value of attribute encryption.
-
#entitlement_arn ⇒ ::String
Returns the value of attribute entitlement_arn.
-
#entitlement_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute entitlement_status.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#subscribers ⇒ ::Array[::String]
Returns the value of attribute subscribers.
Instance Attribute Details
#data_transfer_subscriber_fee_percent ⇒ ::Integer
Returns the value of attribute data_transfer_subscriber_fee_percent.
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.
676 677 678 |
# File 'sig/types.rbs', line 676 def description @description end |
#encryption ⇒ Types::Encryption
Returns the value of attribute encryption.
677 678 679 |
# File 'sig/types.rbs', line 677 def encryption @encryption end |
#entitlement_arn ⇒ ::String
Returns the value of attribute entitlement_arn.
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.
679 680 681 |
# File 'sig/types.rbs', line 679 def entitlement_status @entitlement_status end |
#name ⇒ ::String
Returns the value of attribute name.
680 681 682 |
# File 'sig/types.rbs', line 680 def name @name end |
#subscribers ⇒ ::Array[::String]
Returns the value of attribute subscribers.
681 682 683 |
# File 'sig/types.rbs', line 681 def subscribers @subscribers end |