Class: Aws::Types::RevokeFlowEntitlementRequest
- Inherits:
-
Object
- Object
- Aws::Types::RevokeFlowEntitlementRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entitlement_arn ⇒ ::String
Returns the value of attribute entitlement_arn.
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
Instance Attribute Details
#entitlement_arn ⇒ ::String
Returns the value of attribute entitlement_arn.
1663 1664 1665 |
# File 'sig/types.rbs', line 1663 def entitlement_arn @entitlement_arn end |
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
1664 1665 1666 |
# File 'sig/types.rbs', line 1664 def flow_arn @flow_arn end |