Class: Aws::Types::UpdateAgentPermissionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_id::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


11903
11904
11905
# File 'sig/types.rbs', line 11903

def agent_id
  @agent_id
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


11904
11905
11906
# File 'sig/types.rbs', line 11904

def 
  @aws_account_id
end

#grant_permissions::Array[Types::ResourcePermission]

Returns the value of attribute grant_permissions.

Returns:



11905
11906
11907
# File 'sig/types.rbs', line 11905

def grant_permissions
  @grant_permissions
end

#revoke_permissions::Array[Types::ResourcePermission]

Returns the value of attribute revoke_permissions.

Returns:



11906
11907
11908
# File 'sig/types.rbs', line 11906

def revoke_permissions
  @revoke_permissions
end