Class: Aws::Firehose::Types::HttpEndpointCommonAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::HttpEndpointCommonAttribute
- 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
-
#attribute_name ⇒ String
The name of the HTTP endpoint common attribute.
-
#attribute_value ⇒ String
The value of the HTTP endpoint common attribute.
Instance Attribute Details
#attribute_name ⇒ String
The name of the HTTP endpoint common attribute.
2523 2524 2525 2526 2527 2528 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2523 class HttpEndpointCommonAttribute < Struct.new( :attribute_name, :attribute_value) SENSITIVE = [:attribute_name, :attribute_value] include Aws::Structure end |
#attribute_value ⇒ String
The value of the HTTP endpoint common attribute.
2523 2524 2525 2526 2527 2528 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2523 class HttpEndpointCommonAttribute < Struct.new( :attribute_name, :attribute_value) SENSITIVE = [:attribute_name, :attribute_value] include Aws::Structure end |