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.
14160 14161 14162 |
# File 'sig/types.rbs', line 14160 def dry_run @dry_run end |
#http_endpoint ⇒ "disabled", "enabled"
Returns the value of attribute http_endpoint.
14159 14160 14161 |
# File 'sig/types.rbs', line 14159 def http_endpoint @http_endpoint end |
#http_protocol_ipv_6 ⇒ "disabled", "enabled"
Returns the value of attribute http_protocol_ipv_6.
14161 14162 14163 |
# File 'sig/types.rbs', line 14161 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.
14158 14159 14160 |
# File 'sig/types.rbs', line 14158 def http_put_response_hop_limit @http_put_response_hop_limit end |
#http_tokens ⇒ "optional", "required"
Returns the value of attribute http_tokens.
14157 14158 14159 |
# File 'sig/types.rbs', line 14157 def http_tokens @http_tokens end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
14156 14157 14158 |
# File 'sig/types.rbs', line 14156 def instance_id @instance_id end |
#instance_metadata_tags ⇒ "disabled", "enabled"
Returns the value of attribute instance_metadata_tags.
14162 14163 14164 |
# File 'sig/types.rbs', line 14162 def @instance_metadata_tags end |