Class: Aws::Types::UpdateFlowEntitlementResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFlowEntitlementResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entitlement ⇒ Types::Entitlement
Returns the value of attribute entitlement.
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
Instance Attribute Details
#entitlement ⇒ Types::Entitlement
Returns the value of attribute entitlement.
2494 2495 2496 |
# File 'sig/types.rbs', line 2494 def entitlement @entitlement end |
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
2495 2496 2497 |
# File 'sig/types.rbs', line 2495 def flow_arn @flow_arn end |