Class: Aws::IoT::Types::DescribeAuthorizerRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

Note:

When making an API call, you may pass DescribeAuthorizerRequest data as a hash:

{
  authorizer_name: "AuthorizerName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#authorizer_nameString

The name of the authorizer to describe.



3717
3718
3719
3720
# File 'lib/aws-sdk-iot/types.rb', line 3717

class DescribeAuthorizerRequest < Struct.new(
  :authorizer_name)
  include Aws::Structure
end