Class: Aws::Types::InstanceMetadataOptionsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#http_endpoint"disabled", "enabled"

Returns the value of attribute http_endpoint.

Returns:

  • ("disabled", "enabled")


12025
12026
12027
# File 'sig/types.rbs', line 12025

def http_endpoint
  @http_endpoint
end

#http_protocol_ipv_6"disabled", "enabled"

Returns the value of attribute http_protocol_ipv_6.

Returns:

  • ("disabled", "enabled")


12026
12027
12028
# File 'sig/types.rbs', line 12026

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.

Returns:

  • (::Integer)


12024
12025
12026
# File 'sig/types.rbs', line 12024

def http_put_response_hop_limit
  @http_put_response_hop_limit
end

#http_tokens"optional", "required"

Returns the value of attribute http_tokens.

Returns:

  • ("optional", "required")


12023
12024
12025
# File 'sig/types.rbs', line 12023

def http_tokens
  @http_tokens
end

#instance_metadata_tags"disabled", "enabled"

Returns the value of attribute instance_metadata_tags.

Returns:

  • ("disabled", "enabled")


12027
12028
12029
# File 'sig/types.rbs', line 12027

def 
  @instance_metadata_tags
end

#state"pending", "applied"

Returns the value of attribute state.

Returns:

  • ("pending", "applied")


12022
12023
12024
# File 'sig/types.rbs', line 12022

def state
  @state
end