Class: Aws::IoT::Types::SetDefaultAuthorizerResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorizer_arnString

The authorizer ARN.

Returns:

  • (String)


15152
15153
15154
15155
15156
15157
# File 'lib/aws-sdk-iot/types.rb', line 15152

class SetDefaultAuthorizerResponse < Struct.new(
  :authorizer_name,
  :authorizer_arn)
  SENSITIVE = []
  include Aws::Structure
end

#authorizer_nameString

The authorizer name.

Returns:

  • (String)


15152
15153
15154
15155
15156
15157
# File 'lib/aws-sdk-iot/types.rb', line 15152

class SetDefaultAuthorizerResponse < Struct.new(
  :authorizer_name,
  :authorizer_arn)
  SENSITIVE = []
  include Aws::Structure
end