Class: Aws::Types::LaunchTemplateInstanceMetadataOptions
- Inherits:
-
Object
- Object
- Aws::Types::LaunchTemplateInstanceMetadataOptions
- 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.
12629 12630 12631 |
# File 'sig/types.rbs', line 12629 def http_endpoint @http_endpoint end |
#http_protocol_ipv_6 ⇒ "disabled", "enabled"
Returns the value of attribute http_protocol_ipv_6.
12630 12631 12632 |
# File 'sig/types.rbs', line 12630 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.
12628 12629 12630 |
# File 'sig/types.rbs', line 12628 def http_put_response_hop_limit @http_put_response_hop_limit end |
#http_tokens ⇒ "optional", "required"
Returns the value of attribute http_tokens.
12627 12628 12629 |
# File 'sig/types.rbs', line 12627 def http_tokens @http_tokens end |
#instance_metadata_tags ⇒ "disabled", "enabled"
Returns the value of attribute instance_metadata_tags.
12631 12632 12633 |
# File 'sig/types.rbs', line 12631 def @instance_metadata_tags end |
#state ⇒ "pending", "applied"
Returns the value of attribute state.
12626 12627 12628 |
# File 'sig/types.rbs', line 12626 def state @state end |