Class: Aws::WorkDocs::Types::Principal
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::Principal
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Describes a resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the resource.
-
#roles ⇒ Array<Types::PermissionInfo>
The permission information for the resource.
-
#type ⇒ String
The type of resource.
Instance Attribute Details
#id ⇒ String
The ID of the resource.
2277 2278 2279 2280 2281 2282 2283 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2277 class Principal < Struct.new( :id, :type, :roles) SENSITIVE = [] include Aws::Structure end |
#roles ⇒ Array<Types::PermissionInfo>
The permission information for the resource.
2277 2278 2279 2280 2281 2282 2283 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2277 class Principal < Struct.new( :id, :type, :roles) SENSITIVE = [] include Aws::Structure end |