Class: Aws::IoTManagedIntegrations::Types::GeneralAuthorizationUpdate

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

Overview

The General Authorization update information containing authorization materials to add or update.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_materials_to_addArray<Types::AuthMaterial>

The authorization materials to add.

Returns:



1595
1596
1597
1598
1599
1600
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 1595

class GeneralAuthorizationUpdate < Struct.new(
  :auth_materials_to_add,
  :auth_materials_to_update)
  SENSITIVE = []
  include Aws::Structure
end

#auth_materials_to_updateArray<Types::AuthMaterial>

The authorization materials to update.

Returns:



1595
1596
1597
1598
1599
1600
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 1595

class GeneralAuthorizationUpdate < Struct.new(
  :auth_materials_to_add,
  :auth_materials_to_update)
  SENSITIVE = []
  include Aws::Structure
end