Class: Aws::Types::GrantEntitlementRequest
- Inherits:
-
Object
- Object
- Aws::Types::GrantEntitlementRequest
- 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_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute entitlement_status.
-
#entitlement_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute entitlement_tags.
-
#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.
914 915 916 |
# File 'sig/types.rbs', line 914 def data_transfer_subscriber_fee_percent @data_transfer_subscriber_fee_percent end |
#description ⇒ ::String
Returns the value of attribute description.
915 916 917 |
# File 'sig/types.rbs', line 915 def description @description end |
#encryption ⇒ Types::Encryption
Returns the value of attribute encryption.
916 917 918 |
# File 'sig/types.rbs', line 916 def encryption @encryption end |
#entitlement_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute entitlement_status.
917 918 919 |
# File 'sig/types.rbs', line 917 def entitlement_status @entitlement_status end |
#entitlement_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute entitlement_tags.
920 921 922 |
# File 'sig/types.rbs', line 920 def @entitlement_tags end |
#name ⇒ ::String
Returns the value of attribute name.
918 919 920 |
# File 'sig/types.rbs', line 918 def name @name end |
#subscribers ⇒ ::Array[::String]
Returns the value of attribute subscribers.
919 920 921 |
# File 'sig/types.rbs', line 919 def subscribers @subscribers end |