Class: Aws::Types::UpdateFlowPermissionsInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFlowPermissionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
-
#grant_permissions ⇒ ::Array[Types::Permission]
Returns the value of attribute grant_permissions.
-
#revoke_permissions ⇒ ::Array[Types::Permission]
Returns the value of attribute revoke_permissions.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12233 12234 12235 |
# File 'sig/types.rbs', line 12233 def aws_account_id @aws_account_id end |
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
12234 12235 12236 |
# File 'sig/types.rbs', line 12234 def flow_id @flow_id end |
#grant_permissions ⇒ ::Array[Types::Permission]
Returns the value of attribute grant_permissions.
12235 12236 12237 |
# File 'sig/types.rbs', line 12235 def @grant_permissions end |
#revoke_permissions ⇒ ::Array[Types::Permission]
Returns the value of attribute revoke_permissions.
12236 12237 12238 |
# File 'sig/types.rbs', line 12236 def @revoke_permissions end |