Class: Aws::Types::ModifyInstanceMetadataDefaultsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyInstanceMetadataDefaultsRequest
- 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", ...
Returns the value of attribute http_endpoint.
-
#http_put_response_hop_limit ⇒ ::Integer
Returns the value of attribute http_put_response_hop_limit.
-
#http_tokens ⇒ "optional", ...
Returns the value of attribute http_tokens.
-
#http_tokens_enforced ⇒ "disabled", ...
Returns the value of attribute http_tokens_enforced.
-
#instance_metadata_tags ⇒ "disabled", ...
Returns the value of attribute instance_metadata_tags.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13527 13528 13529 |
# File 'sig/types.rbs', line 13527 def dry_run @dry_run end |
#http_endpoint ⇒ "disabled", ...
Returns the value of attribute http_endpoint.
13525 13526 13527 |
# File 'sig/types.rbs', line 13525 def http_endpoint @http_endpoint end |
#http_put_response_hop_limit ⇒ ::Integer
Returns the value of attribute http_put_response_hop_limit.
13524 13525 13526 |
# File 'sig/types.rbs', line 13524 def http_put_response_hop_limit @http_put_response_hop_limit end |
#http_tokens ⇒ "optional", ...
Returns the value of attribute http_tokens.
13523 13524 13525 |
# File 'sig/types.rbs', line 13523 def http_tokens @http_tokens end |
#http_tokens_enforced ⇒ "disabled", ...
Returns the value of attribute http_tokens_enforced.
13528 13529 13530 |
# File 'sig/types.rbs', line 13528 def http_tokens_enforced @http_tokens_enforced end |
#instance_metadata_tags ⇒ "disabled", ...
Returns the value of attribute instance_metadata_tags.
13526 13527 13528 |
# File 'sig/types.rbs', line 13526 def @instance_metadata_tags end |