Class: Aws::Types::FleetInstanceMetadataOptionsRequest

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


9463
9464
9465
# File 'sig/types.rbs', line 9463

def http_endpoint
  @http_endpoint
end

#http_put_response_hop_limit::Integer

Returns the value of attribute http_put_response_hop_limit.

Returns:

  • (::Integer)


9462
9463
9464
# File 'sig/types.rbs', line 9462

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


9461
9462
9463
# File 'sig/types.rbs', line 9461

def http_tokens
  @http_tokens
end