Class: Aws::IoTManagedIntegrations::Types::GeneralAuthorizationName

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

Overview

The General Authorization reference by authorization material name.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_material_nameString

The name of the authorization material.

Returns:

  • (String)


1578
1579
1580
1581
1582
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 1578

class GeneralAuthorizationName < Struct.new(
  :auth_material_name)
  SENSITIVE = []
  include Aws::Structure
end