Class: Aws::Types::InstanceMetadataOptionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#http_endpoint"enabled", "disabled"

Returns the value of attribute http_endpoint.

Returns:

  • ("enabled", "disabled")


226
227
228
# File 'sig/types.rbs', line 226

def http_endpoint
  @http_endpoint
end

#http_protocol_ipv_6"enabled", "disabled"

Returns the value of attribute http_protocol_ipv_6.

Returns:

  • ("enabled", "disabled")


227
228
229
# File 'sig/types.rbs', line 227

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)


228
229
230
# File 'sig/types.rbs', line 228

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")


229
230
231
# File 'sig/types.rbs', line 229

def http_tokens
  @http_tokens
end

#instance_metadata_tags"enabled", "disabled"

Returns the value of attribute instance_metadata_tags.

Returns:

  • ("enabled", "disabled")


230
231
232
# File 'sig/types.rbs', line 230

def 
  @instance_metadata_tags
end