Class: Aws::Types::UpdateAnalysisPermissionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_id::String

Returns the value of attribute analysis_id.

Returns:

  • (::String)


12338
12339
12340
# File 'sig/types.rbs', line 12338

def analysis_id
  @analysis_id
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


12337
12338
12339
# File 'sig/types.rbs', line 12337

def 
  @aws_account_id
end

#grant_permissions::Array[Types::ResourcePermission]

Returns the value of attribute grant_permissions.

Returns:



12339
12340
12341
# File 'sig/types.rbs', line 12339

def grant_permissions
  @grant_permissions
end

#revoke_permissions::Array[Types::ResourcePermission]

Returns the value of attribute revoke_permissions.

Returns:



12340
12341
12342
# File 'sig/types.rbs', line 12340

def revoke_permissions
  @revoke_permissions
end