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)


5718
5719
5720
5721
5722
5723
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5718

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

#serviceString

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

Returns:

  • (String)


5718
5719
5720
5721
5722
5723
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5718

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