You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing HttpEndpointCommonAttribute as input to an Aws::Client method, you can use a vanilla Hash:

{
  attribute_name: "HttpEndpointAttributeName", # required
  attribute_value: "HttpEndpointAttributeValue", # required
}

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

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The name of the HTTP endpoint common attribute.

Returns:

  • (String)

    The name of the HTTP endpoint common attribute.

#attribute_valueString

The value of the HTTP endpoint common attribute.

Returns:

  • (String)

    The value of the HTTP endpoint common attribute.