Class: Aws::IoTManagedIntegrations::Types::GeneralAuthorizationName
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::GeneralAuthorizationName
- 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
-
#auth_material_name ⇒ String
The name of the authorization material.
Instance Attribute Details
#auth_material_name ⇒ String
The name of the authorization material.
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 |