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)


11948
11949
11950
# File 'sig/types.rbs', line 11948

def analysis_id
  @analysis_id
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


11947
11948
11949
# File 'sig/types.rbs', line 11947

def 
  @aws_account_id
end

#grant_permissions::Array[Types::ResourcePermission]

Returns the value of attribute grant_permissions.

Returns:



11949
11950
11951
# File 'sig/types.rbs', line 11949

def grant_permissions
  @grant_permissions
end

#revoke_permissions::Array[Types::ResourcePermission]

Returns the value of attribute revoke_permissions.

Returns:



11950
11951
11952
# File 'sig/types.rbs', line 11950

def revoke_permissions
  @revoke_permissions
end