Class: Aws::Types::InstanceMetadataDefaultsResponse
- Inherits:
-
Object
- Object
- Aws::Types::InstanceMetadataDefaultsResponse
- 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_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.
-
#http_tokens_enforced ⇒ "disabled", "enabled"
Returns the value of attribute http_tokens_enforced.
-
#instance_metadata_tags ⇒ "disabled", "enabled"
Returns the value of attribute instance_metadata_tags.
-
#managed_by ⇒ "account", "declarative-policy"
Returns the value of attribute managed_by.
-
#managed_exception_message ⇒ ::String
Returns the value of attribute managed_exception_message.
Instance Attribute Details
#http_endpoint ⇒ "disabled", "enabled"
Returns the value of attribute http_endpoint.
11510 11511 11512 |
# File 'sig/types.rbs', line 11510 def http_endpoint @http_endpoint end |
#http_put_response_hop_limit ⇒ ::Integer
Returns the value of attribute http_put_response_hop_limit.
11509 11510 11511 |
# File 'sig/types.rbs', line 11509 def http_put_response_hop_limit @http_put_response_hop_limit end |
#http_tokens ⇒ "optional", "required"
Returns the value of attribute http_tokens.
11508 11509 11510 |
# File 'sig/types.rbs', line 11508 def http_tokens @http_tokens end |
#http_tokens_enforced ⇒ "disabled", "enabled"
Returns the value of attribute http_tokens_enforced.
11514 11515 11516 |
# File 'sig/types.rbs', line 11514 def http_tokens_enforced @http_tokens_enforced end |
#instance_metadata_tags ⇒ "disabled", "enabled"
Returns the value of attribute instance_metadata_tags.
11511 11512 11513 |
# File 'sig/types.rbs', line 11511 def @instance_metadata_tags end |
#managed_by ⇒ "account", "declarative-policy"
Returns the value of attribute managed_by.
11512 11513 11514 |
# File 'sig/types.rbs', line 11512 def managed_by @managed_by end |
#managed_exception_message ⇒ ::String
Returns the value of attribute managed_exception_message.
11513 11514 11515 |
# File 'sig/types.rbs', line 11513 def @managed_exception_message end |