Class: Aws::Types::UpdateInstanceMetadataOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateInstanceMetadataOptionsRequest
- 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_protocol_ipv_6 ⇒ "disabled", "enabled"
Returns the value of attribute http_protocol_ipv_6.
-
#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_name ⇒ ::String
Returns the value of attribute instance_name.
Instance Attribute Details
#http_endpoint ⇒ "disabled", "enabled"
Returns the value of attribute http_endpoint.
3161 3162 3163 |
# File 'sig/types.rbs', line 3161 def http_endpoint @http_endpoint end |
#http_protocol_ipv_6 ⇒ "disabled", "enabled"
Returns the value of attribute http_protocol_ipv_6.
3163 3164 3165 |
# File 'sig/types.rbs', line 3163 def http_protocol_ipv_6 @http_protocol_ipv_6 end |
#http_put_response_hop_limit ⇒ ::Integer
Returns the value of attribute http_put_response_hop_limit.
3162 3163 3164 |
# File 'sig/types.rbs', line 3162 def http_put_response_hop_limit @http_put_response_hop_limit end |
#http_tokens ⇒ "optional", "required"
Returns the value of attribute http_tokens.
3160 3161 3162 |
# File 'sig/types.rbs', line 3160 def http_tokens @http_tokens end |
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
3159 3160 3161 |
# File 'sig/types.rbs', line 3159 def instance_name @instance_name end |