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"disabled", "enabled"

Returns the value of attribute http_endpoint.

Returns:

  • ("disabled", "enabled")


11521
11522
11523
# File 'sig/types.rbs', line 11521

def http_endpoint
  @http_endpoint
end

#http_protocol_ipv_6"disabled", "enabled"

Returns the value of attribute http_protocol_ipv_6.

Returns:

  • ("disabled", "enabled")


11522
11523
11524
# File 'sig/types.rbs', line 11522

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)


11520
11521
11522
# File 'sig/types.rbs', line 11520

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


11519
11520
11521
# File 'sig/types.rbs', line 11519

def http_tokens
  @http_tokens
end

#instance_metadata_tags"disabled", "enabled"

Returns the value of attribute instance_metadata_tags.

Returns:

  • ("disabled", "enabled")


11523
11524
11525
# File 'sig/types.rbs', line 11523

def 
  @instance_metadata_tags
end