Class: Aws::Types::UpdateFlowPermissionsInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


12233
12234
12235
# File 'sig/types.rbs', line 12233

def 
  @aws_account_id
end

#flow_id::String

Returns the value of attribute flow_id.

Returns:

  • (::String)


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.

Returns:



12235
12236
12237
# File 'sig/types.rbs', line 12235

def grant_permissions
  @grant_permissions
end

#revoke_permissions::Array[Types::Permission]

Returns the value of attribute revoke_permissions.

Returns:



12236
12237
12238
# File 'sig/types.rbs', line 12236

def revoke_permissions
  @revoke_permissions
end