Class: Aws::Types::LaunchTemplateInstanceMetadataOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::LaunchTemplateInstanceMetadataOptionsRequest
- 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.
Instance Attribute Details
#http_endpoint ⇒ "disabled", "enabled"
Returns the value of attribute http_endpoint.
12909 12910 12911 |
# File 'sig/types.rbs', line 12909 def http_endpoint @http_endpoint end |
#http_protocol_ipv_6 ⇒ "disabled", "enabled"
Returns the value of attribute http_protocol_ipv_6.
12910 12911 12912 |
# File 'sig/types.rbs', line 12910 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.
12908 12909 12910 |
# File 'sig/types.rbs', line 12908 def http_put_response_hop_limit @http_put_response_hop_limit end |
#http_tokens ⇒ "optional", "required"
Returns the value of attribute http_tokens.
12907 12908 12909 |
# File 'sig/types.rbs', line 12907 def http_tokens @http_tokens end |
#instance_metadata_tags ⇒ "disabled", "enabled"
Returns the value of attribute instance_metadata_tags.
12911 12912 12913 |
# File 'sig/types.rbs', line 12911 def @instance_metadata_tags end |