Class: Aws::Types::InstanceMetadataOptions
- Inherits:
-
Object
- Object
- Aws::Types::InstanceMetadataOptions
- 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.
765 766 767 |
# File 'sig/types.rbs', line 765 def http_endpoint @http_endpoint end |
#http_put_response_hop_limit ⇒ ::Integer
Returns the value of attribute http_put_response_hop_limit.
764 765 766 |
# File 'sig/types.rbs', line 764 def http_put_response_hop_limit @http_put_response_hop_limit end |
#http_tokens ⇒ "optional", "required"
Returns the value of attribute http_tokens.
763 764 765 |
# File 'sig/types.rbs', line 763 def http_tokens @http_tokens end |