Class: Aws::Firehose::Types::HttpEndpointCommonAttribute

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb

Overview

Describes the metadata that's delivered to the specified HTTP endpoint destination.

Constant Summary collapse

SENSITIVE =
[:attribute_name, :attribute_value]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The name of the HTTP endpoint common attribute.

Returns:

  • (String)


2188
2189
2190
2191
2192
2193
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2188

class HttpEndpointCommonAttribute < Struct.new(
  :attribute_name,
  :attribute_value)
  SENSITIVE = [:attribute_name, :attribute_value]
  include Aws::Structure
end

#attribute_valueString

The value of the HTTP endpoint common attribute.

Returns:

  • (String)


2188
2189
2190
2191
2192
2193
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2188

class HttpEndpointCommonAttribute < Struct.new(
  :attribute_name,
  :attribute_value)
  SENSITIVE = [:attribute_name, :attribute_value]
  include Aws::Structure
end