Class: Aws::Types::AwsEc2InstanceMetadataOptions
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2InstanceMetadataOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#http_endpoint ⇒ ::String
Returns the value of attribute http_endpoint.
-
#http_protocol_ipv_6 ⇒ ::String
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 ⇒ ::String
Returns the value of attribute http_tokens.
-
#instance_metadata_tags ⇒ ::String
Returns the value of attribute instance_metadata_tags.
Instance Attribute Details
#http_endpoint ⇒ ::String
Returns the value of attribute http_endpoint.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def http_endpoint @http_endpoint end |
#http_protocol_ipv_6 ⇒ ::String
Returns the value of attribute http_protocol_ipv_6.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 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.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def http_put_response_hop_limit @http_put_response_hop_limit end |
#http_tokens ⇒ ::String
Returns the value of attribute http_tokens.
1430 1431 1432 |
# File 'sig/types.rbs', line 1430 def http_tokens @http_tokens end |
#instance_metadata_tags ⇒ ::String
Returns the value of attribute instance_metadata_tags.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def @instance_metadata_tags end |