Class: Aws::Types::UpdateFlowEntitlementRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFlowEntitlementRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#encryption ⇒ Types::UpdateEncryption
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.
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
-
#subscribers ⇒ ::Array[::String]
Returns the value of attribute subscribers.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2484 2485 2486 |
# File 'sig/types.rbs', line 2484 def description @description end |
#encryption ⇒ Types::UpdateEncryption
Returns the value of attribute encryption.
2485 2486 2487 |
# File 'sig/types.rbs', line 2485 def encryption @encryption end |
#entitlement_arn ⇒ ::String
Returns the value of attribute entitlement_arn.
2486 2487 2488 |
# File 'sig/types.rbs', line 2486 def entitlement_arn @entitlement_arn end |
#entitlement_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute entitlement_status.
2487 2488 2489 |
# File 'sig/types.rbs', line 2487 def entitlement_status @entitlement_status end |
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
2488 2489 2490 |
# File 'sig/types.rbs', line 2488 def flow_arn @flow_arn end |
#subscribers ⇒ ::Array[::String]
Returns the value of attribute subscribers.
2489 2490 2491 |
# File 'sig/types.rbs', line 2489 def subscribers @subscribers end |