Class: Aws::Types::HttpEndpointRequestConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::HttpEndpointRequestConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#common_attributes ⇒ ::Array[Types::HttpEndpointCommonAttribute]
Returns the value of attribute common_attributes.
-
#content_encoding ⇒ "NONE", "GZIP"
Returns the value of attribute content_encoding.
Instance Attribute Details
#common_attributes ⇒ ::Array[Types::HttpEndpointCommonAttribute]
Returns the value of attribute common_attributes.
574 575 576 |
# File 'sig/types.rbs', line 574 def common_attributes @common_attributes end |
#content_encoding ⇒ "NONE", "GZIP"
Returns the value of attribute content_encoding.
573 574 575 |
# File 'sig/types.rbs', line 573 def content_encoding @content_encoding end |