Class: Aws::Types::GrantFlowEntitlementsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GrantFlowEntitlementsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entitlements ⇒ ::Array[Types::GrantEntitlementRequest]
Returns the value of attribute entitlements.
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
Instance Attribute Details
#entitlements ⇒ ::Array[Types::GrantEntitlementRequest]
Returns the value of attribute entitlements.
930 931 932 |
# File 'sig/types.rbs', line 930 def entitlements @entitlements end |
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
931 932 933 |
# File 'sig/types.rbs', line 931 def flow_arn @flow_arn end |