Class: Aws::IoT::Types::AuthorizerConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::AuthorizerConfig
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
An object that specifies the authorization service for a domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allow_authorizer_override ⇒ Boolean
A Boolean that specifies whether the domain configuration's authorization service can be overridden.
-
#default_authorizer_name ⇒ String
The name of the authorization service for a domain configuration.
Instance Attribute Details
#allow_authorizer_override ⇒ Boolean
A Boolean that specifies whether the domain configuration's authorization service can be overridden.
1104 1105 1106 1107 1108 1109 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1104 class AuthorizerConfig < Struct.new( :default_authorizer_name, :allow_authorizer_override) SENSITIVE = [] include Aws::Structure end |
#default_authorizer_name ⇒ String
The name of the authorization service for a domain configuration.
1104 1105 1106 1107 1108 1109 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1104 class AuthorizerConfig < Struct.new( :default_authorizer_name, :allow_authorizer_override) SENSITIVE = [] include Aws::Structure end |