Class: Aws::Types::InstanceMetadataOptionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::InstanceMetadataOptionsResponse
- 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_metadata_tags ⇒ "disabled", "enabled"
Returns the value of attribute instance_metadata_tags.
-
#state ⇒ "pending", "applied"
Returns the value of attribute state.
Instance Attribute Details
#http_endpoint ⇒ "disabled", "enabled"
Returns the value of attribute http_endpoint.
12019 12020 12021 |
# File 'sig/types.rbs', line 12019 def http_endpoint @http_endpoint end |
#http_protocol_ipv_6 ⇒ "disabled", "enabled"
Returns the value of attribute http_protocol_ipv_6.
12020 12021 12022 |
# File 'sig/types.rbs', line 12020 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.
12018 12019 12020 |
# File 'sig/types.rbs', line 12018 def http_put_response_hop_limit @http_put_response_hop_limit end |
#http_tokens ⇒ "optional", "required"
Returns the value of attribute http_tokens.
12017 12018 12019 |
# File 'sig/types.rbs', line 12017 def http_tokens @http_tokens end |
#instance_metadata_tags ⇒ "disabled", "enabled"
Returns the value of attribute instance_metadata_tags.
12021 12022 12023 |
# File 'sig/types.rbs', line 12021 def @instance_metadata_tags end |
#state ⇒ "pending", "applied"
Returns the value of attribute state.
12016 12017 12018 |
# File 'sig/types.rbs', line 12016 def state @state end |