Class: Aws::Types::UpdateDataSourcePermissionsRequest

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)


12184
12185
12186
# File 'sig/types.rbs', line 12184

def 
  @aws_account_id
end

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


12185
12186
12187
# File 'sig/types.rbs', line 12185

def data_source_id
  @data_source_id
end

#grant_permissions::Array[Types::ResourcePermission]

Returns the value of attribute grant_permissions.

Returns:



12186
12187
12188
# File 'sig/types.rbs', line 12186

def grant_permissions
  @grant_permissions
end

#revoke_permissions::Array[Types::ResourcePermission]

Returns the value of attribute revoke_permissions.

Returns:



12187
12188
12189
# File 'sig/types.rbs', line 12187

def revoke_permissions
  @revoke_permissions
end