Class: Aws::Types::AwsAutoScalingLaunchConfigurationMetadataOptions
- Inherits:
-
Object
- Object
- Aws::Types::AwsAutoScalingLaunchConfigurationMetadataOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#http_endpoint ⇒ ::String
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 ⇒ ::String
Returns the value of attribute http_tokens.
Instance Attribute Details
#http_endpoint ⇒ ::String
Returns the value of attribute http_endpoint.
684 685 686 |
# File 'sig/types.rbs', line 684 def http_endpoint @http_endpoint end |
#http_put_response_hop_limit ⇒ ::Integer
Returns the value of attribute http_put_response_hop_limit.
685 686 687 |
# File 'sig/types.rbs', line 685 def http_put_response_hop_limit @http_put_response_hop_limit end |
#http_tokens ⇒ ::String
Returns the value of attribute http_tokens.
686 687 688 |
# File 'sig/types.rbs', line 686 def http_tokens @http_tokens end |