Class: Aws::Types::UpdateDataSetPermissionsRequest

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)


12138
12139
12140
# File 'sig/types.rbs', line 12138

def 
  @aws_account_id
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


12139
12140
12141
# File 'sig/types.rbs', line 12139

def data_set_id
  @data_set_id
end

#grant_permissions::Array[Types::ResourcePermission]

Returns the value of attribute grant_permissions.

Returns:



12140
12141
12142
# File 'sig/types.rbs', line 12140

def grant_permissions
  @grant_permissions
end

#revoke_permissions::Array[Types::ResourcePermission]

Returns the value of attribute revoke_permissions.

Returns:



12141
12142
12143
# File 'sig/types.rbs', line 12141

def revoke_permissions
  @revoke_permissions
end