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.
13542 13543 13544 |
# File 'sig/types.rbs', line 13542 def dry_run @dry_run end |
#http_endpoint ⇒ "disabled", "enabled"
Returns the value of attribute http_endpoint.
13541 13542 13543 |
# File 'sig/types.rbs', line 13541 def http_endpoint @http_endpoint end |
#http_protocol_ipv_6 ⇒ "disabled", "enabled"
Returns the value of attribute http_protocol_ipv_6.
13543 13544 13545 |
# File 'sig/types.rbs', line 13543 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.
13540 13541 13542 |
# File 'sig/types.rbs', line 13540 def http_put_response_hop_limit @http_put_response_hop_limit end |
#http_tokens ⇒ "optional", "required"
Returns the value of attribute http_tokens.
13539 13540 13541 |
# File 'sig/types.rbs', line 13539 def http_tokens @http_tokens end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
13538 13539 13540 |
# File 'sig/types.rbs', line 13538 def instance_id @instance_id end |
#instance_metadata_tags ⇒ "disabled", "enabled"
Returns the value of attribute instance_metadata_tags.
13544 13545 13546 |
# File 'sig/types.rbs', line 13544 def @instance_metadata_tags end |