Class: Aws::ObservabilityAdmin::Types::SingleHeader
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::SingleHeader
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-observabilityadmin/types.rb
Overview
Structure containing a name field limited to 64 characters for header or query parameter identification.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name value, limited to 64 characters.
Instance Attribute Details
#name ⇒ String
The name value, limited to 64 characters.
1759 1760 1761 1762 1763 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1759 class SingleHeader < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |