Class: Aws::IoT::Types::AuthInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::AuthInfo
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
A collection of authorization information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_type ⇒ String
The type of action for which the principal is being authorized.
-
#resources ⇒ Array<String>
The resources for which the principal is being authorized to perform the specified action.
Instance Attribute Details
#action_type ⇒ String
The type of action for which the principal is being authorized.
1051 1052 1053 1054 1055 1056 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1051 class AuthInfo < Struct.new( :action_type, :resources) SENSITIVE = [] include Aws::Structure end |
#resources ⇒ Array<String>
The resources for which the principal is being authorized to perform the specified action.
1051 1052 1053 1054 1055 1056 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1051 class AuthInfo < Struct.new( :action_type, :resources) SENSITIVE = [] include Aws::Structure end |