Class: Aws::Inspector2::Types::Permission
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::Permission
- Includes:
- Structure
- Defined in:
- 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
-
#operation ⇒ String
The operations that can be performed with the given permissions.
-
#service ⇒ String
The services that the permissions allow an account to perform the given operations for.
Instance Attribute Details
#operation ⇒ String
The operations that can be performed with the given permissions.
5744 5745 5746 5747 5748 5749 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5744 class Permission < Struct.new( :operation, :service) SENSITIVE = [] include Aws::Structure end |
#service ⇒ String
The services that the permissions allow an account to perform the given operations for.
5744 5745 5746 5747 5748 5749 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5744 class Permission < Struct.new( :operation, :service) SENSITIVE = [] include Aws::Structure end |