Class: Aws::IoT::Types::CreateAuthorizerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateAuthorizerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorizer_arn ⇒ String
The authorizer ARN.
-
#authorizer_name ⇒ String
The authorizer’s name.
Instance Attribute Details
#authorizer_arn ⇒ String
The authorizer ARN.
2353 2354 2355 2356 2357 2358 |
# File 'lib/aws-sdk-iot/types.rb', line 2353 class CreateAuthorizerResponse < Struct.new( :authorizer_name, :authorizer_arn) SENSITIVE = [] include Aws::Structure end |
#authorizer_name ⇒ String
The authorizer’s name.
2353 2354 2355 2356 2357 2358 |
# File 'lib/aws-sdk-iot/types.rb', line 2353 class CreateAuthorizerResponse < Struct.new( :authorizer_name, :authorizer_arn) SENSITIVE = [] include Aws::Structure end |