Class: Aws::Types::FleetInstanceMetadataOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::FleetInstanceMetadataOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#http_endpoint ⇒ "disabled", "enabled"
Returns the value of attribute http_endpoint.
-
#http_put_response_hop_limit ⇒ ::Integer
Returns the value of attribute http_put_response_hop_limit.
-
#http_tokens ⇒ "optional", "required"
Returns the value of attribute http_tokens.
Instance Attribute Details
#http_endpoint ⇒ "disabled", "enabled"
Returns the value of attribute http_endpoint.
9801 9802 9803 |
# File 'sig/types.rbs', line 9801 def http_endpoint @http_endpoint end |
#http_put_response_hop_limit ⇒ ::Integer
Returns the value of attribute http_put_response_hop_limit.
9800 9801 9802 |
# File 'sig/types.rbs', line 9800 def http_put_response_hop_limit @http_put_response_hop_limit end |
#http_tokens ⇒ "optional", "required"
Returns the value of attribute http_tokens.
9799 9800 9801 |
# File 'sig/types.rbs', line 9799 def http_tokens @http_tokens end |