Method: Aws::Lightsail::Types::InstanceMetadataOptions#state
- Defined in:
- lib/aws-sdk-lightsail/types.rb
#state ⇒ String
The state of the metadata option changes.
The following states are possible:
-
‘pending` - The metadata options are being updated. The instance is not yet ready to process metadata traffic with the new selection.
-
‘applied` - The metadata options have been successfully applied to the instance.
10313 10314 10315 10316 10317 10318 10319 10320 10321 |
# File 'lib/aws-sdk-lightsail/types.rb', line 10313 class InstanceMetadataOptions < Struct.new( :state, :http_tokens, :http_endpoint, :http_put_response_hop_limit, :http_protocol_ipv_6) SENSITIVE = [] include Aws::Structure end |