Class: Aws::Inspector2::Types::Permission

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb

Overview

Contains information on the permissions an account has within Amazon Inspector.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#operationString

The operations that can be performed with the given permissions.

Returns:

  • (String)


7181
7182
7183
7184
7185
7186
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7181

class Permission < Struct.new(
  :service,
  :operation)
  SENSITIVE = []
  include Aws::Structure
end

#serviceString

The services that the permissions allow an account to perform the given operations for.

Returns:

  • (String)


7181
7182
7183
7184
7185
7186
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7181

class Permission < Struct.new(
  :service,
  :operation)
  SENSITIVE = []
  include Aws::Structure
end