Class: Aws::Types::ModifyInstanceMetadataOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyInstanceMetadataOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#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_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_metadata_tags ⇒ "disabled", "enabled"
Returns the value of attribute instance_metadata_tags.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14166 14167 14168 |
# File 'sig/types.rbs', line 14166 def dry_run @dry_run end |
#http_endpoint ⇒ "disabled", "enabled"
Returns the value of attribute http_endpoint.
14165 14166 14167 |
# File 'sig/types.rbs', line 14165 def http_endpoint @http_endpoint end |
#http_protocol_ipv_6 ⇒ "disabled", "enabled"
Returns the value of attribute http_protocol_ipv_6.
14167 14168 14169 |
# File 'sig/types.rbs', line 14167 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.
14164 14165 14166 |
# File 'sig/types.rbs', line 14164 def http_put_response_hop_limit @http_put_response_hop_limit end |
#http_tokens ⇒ "optional", "required"
Returns the value of attribute http_tokens.
14163 14164 14165 |
# File 'sig/types.rbs', line 14163 def http_tokens @http_tokens end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
14162 14163 14164 |
# File 'sig/types.rbs', line 14162 def instance_id @instance_id end |
#instance_metadata_tags ⇒ "disabled", "enabled"
Returns the value of attribute instance_metadata_tags.
14168 14169 14170 |
# File 'sig/types.rbs', line 14168 def @instance_metadata_tags end |