Class: Aws::Types::AwsEc2LaunchTemplateDataMetadataOptionsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2LaunchTemplateDataMetadataOptionsDetails
- 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.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def http_endpoint @http_endpoint end |
#http_protocol_ipv_6 ⇒ ::String
Returns the value of attribute http_protocol_ipv_6.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 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.
1651 1652 1653 |
# File 'sig/types.rbs', line 1651 def http_put_response_hop_limit @http_put_response_hop_limit end |
#http_tokens ⇒ ::String
Returns the value of attribute http_tokens.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def http_tokens @http_tokens end |
#instance_metadata_tags ⇒ ::String
Returns the value of attribute instance_metadata_tags.
1652 1653 1654 |
# File 'sig/types.rbs', line 1652 def @instance_metadata_tags end |