Class: Aws::ObservabilityAdmin::Types::SingleHeader

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name value, limited to 64 characters.

Returns:

  • (String)


1759
1760
1761
1762
1763
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1759

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