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_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.
-
#state ⇒ "pending", "applied"
Returns the value of attribute state.
Instance Attribute Details
#http_endpoint ⇒ "disabled", "enabled"
Returns the value of attribute http_endpoint.
2203 2204 2205 |
# File 'sig/types.rbs', line 2203 def http_endpoint @http_endpoint end |
#http_protocol_ipv_6 ⇒ "disabled", "enabled"
Returns the value of attribute http_protocol_ipv_6.
2205 2206 2207 |
# File 'sig/types.rbs', line 2205 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.
2204 2205 2206 |
# File 'sig/types.rbs', line 2204 def http_put_response_hop_limit @http_put_response_hop_limit end |
#http_tokens ⇒ "optional", "required"
Returns the value of attribute http_tokens.
2202 2203 2204 |
# File 'sig/types.rbs', line 2202 def http_tokens @http_tokens end |
#state ⇒ "pending", "applied"
Returns the value of attribute state.
2201 2202 2203 |
# File 'sig/types.rbs', line 2201 def state @state end |