Class: Aws::Types::RevokeFlowEntitlementResponse
- Inherits:
-
Object
- Object
- Aws::Types::RevokeFlowEntitlementResponse
- 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.
1669 1670 1671 |
# File 'sig/types.rbs', line 1669 def entitlement_arn @entitlement_arn end |
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def flow_arn @flow_arn end |