Class: Aws::Types::GrantFlowEntitlementsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GrantFlowEntitlementsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entitlements ⇒ ::Array[Types::Entitlement]
Returns the value of attribute entitlements.
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
Instance Attribute Details
#entitlements ⇒ ::Array[Types::Entitlement]
Returns the value of attribute entitlements.
936 937 938 |
# File 'sig/types.rbs', line 936 def entitlements @entitlements end |
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
937 938 939 |
# File 'sig/types.rbs', line 937 def flow_arn @flow_arn end |