Class: Aws::IoTManagedIntegrations::Types::GeneralAuthorizationUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::GeneralAuthorizationUpdate
- 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
-
#auth_materials_to_add ⇒ Array<Types::AuthMaterial>
The authorization materials to add.
-
#auth_materials_to_update ⇒ Array<Types::AuthMaterial>
The authorization materials to update.
Instance Attribute Details
#auth_materials_to_add ⇒ Array<Types::AuthMaterial>
The authorization materials to add.
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_update ⇒ Array<Types::AuthMaterial>
The authorization materials to update.
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 |