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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorizer_arnString

The authorizer ARN.

Returns:

  • (String)


13760
13761
13762
13763
13764
13765
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13760

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

#authorizer_nameString

The authorizer name.

Returns:

  • (String)


13760
13761
13762
13763
13764
13765
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13760

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